8#ifndef BLEServerNetworking_h
9#define BLEServerNetworking_h
11#include "../../Defines.h"
25#define BLE_SERVER_CALLBACK_ONREAD 0
26#define BLE_SERVER_CALLBACK_ONWRITE 1
28#define BLE_SERVER_CALLBACK_STATUS_MESSAGE 2
29#define BLE_SERVER_MAX_CALLBACKS 3
void setBLEServerDeviceName(char *deviceName)
sets the device name
void loop_BLEServerNetworking()
the 'setup' for this module BLEServerNetworking. Here the service name is added (and potentially more...
void sendBLEMessageACKMessage()
send something over bluetooth, this right now is 0x01
char * getServiceName_BLEServerNetworking()
retrieve the service name (PTFEEDER, PTFeeder:Name, PTClicker:Name, etc)
void setup_BLEServerNetworking(char *serviceName, char *deviceName, char *serviceUUID, char *characteristicUUID)
the 'setup' for this module BLEServerNetworking. Here the service name is added (and potentially more...