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:
1:110b5e896bc9
Parent:
0:1902469bdd2d
Child:
2:1525f4848cf2
diff -r 1902469bdd2d -r 110b5e896bc9 inc/BleMasterService.h
--- a/inc/BleMasterService.h	Tue Feb 20 11:21:41 2018 +0000
+++ b/inc/BleMasterService.h	Mon Feb 26 10:10:37 2018 +0000
@@ -181,6 +181,12 @@
 extern uint8_t notificationPending;
 
 
+/* Flag to indicate if the ble stack is busy
+ * 1                        busy
+ * 0 or anything else       not busy                                    */
+extern uint8_t stackBusy;
+
+
 
 
 /* Supported peripheral nodes name */