Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLE_HeartRate_IDB0XA1
Fork of X_NUCLEO_IDB0XA1 by
Diff: x-nucleo-idb0xa1/BlueNRGGap.h
- Revision:
- 145:024a552e4715
- Parent:
- 144:bdf5e8432131
- Child:
- 160:174387d53809
diff -r bdf5e8432131 -r 024a552e4715 x-nucleo-idb0xa1/BlueNRGGap.h
--- 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;
}
