This software setup a central node of a star topology network

Dependencies:   MQTT target_st_bluenrg

Fork of ble-star-mbed by Lorenzo Invidia

Revision:
2:1525f4848cf2
Parent:
1:110b5e896bc9
Child:
4:4af40af2530e
diff -r 110b5e896bc9 -r 1525f4848cf2 inc/BleMasterService.h
--- a/inc/BleMasterService.h	Mon Feb 26 10:10:37 2018 +0000
+++ b/inc/BleMasterService.h	Mon Feb 26 12:29:03 2018 +0000
@@ -257,7 +257,6 @@
   NOTIFICATIONS_DATA_READ,                     //44
   DISABLE_NOTIFICATIONS,                       //45
   READING_DISCONNECTION,                       //46
-  CHANGE_NOTIFICATION_STATUS                   //47
 } Status_t;
 
 
@@ -553,7 +552,7 @@
 /* Method called when there is a notification from the sever */
 void onNotificationCallback                     (const GattHVXCallbackParams* event);
 
-
+void scanTimeOut                                (void);
 /*----------------------------------------------------------------------------*/