gjhn

Dependents:   BLE_GENERALE

Fork of X_NUCLEO_IDB0XA1 by ST

Revision:
145:024a552e4715
Parent:
144:bdf5e8432131
Child:
160:174387d53809
--- a/x-nucleo-idb0xa1/BlueNRGGap.h	Wed Oct 21 11:56:41 2015 +0200
+++ b/x-nucleo-idb0xa1/BlueNRGGap.h	Tue Oct 27 10:18:55 2015 +0100
@@ -157,6 +157,7 @@
     bool _scanning;
     bool _connecting;
     bool isSetAddress;
+    bool btle_reinited;
     tBleStatus ret; // FIXME: delete this
     uint8_t *DeviceName;
     uint8_t deviceAppearance[2];
@@ -179,6 +180,7 @@
         m_connectionHandle = BLE_CONN_HANDLE_INVALID;
         addr_type = Gap::ADDR_TYPE_PUBLIC;
         isSetAddress = false;
+        btle_reinited = false;
         DeviceName = NULL;     
     }