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: SimpleBLE-ObCP_ENSMM_V2019_Test_BLE_S SimpleBLE-ObCp_test-BLE_envoi SimpleBLE-ObCp_test-BLE Roller_catcher_Envoi ... more
Diff: x-nucleo-idb0xa1/BlueNRGGap.h
- Revision:
- 212:8b5ff0f0186f
- Parent:
- 203:5b9c78101d45
- Parent:
- 210:08c4c85ca679
- Child:
- 242:058b2e731adc
--- a/x-nucleo-idb0xa1/BlueNRGGap.h Tue Dec 15 12:27:48 2015 +0100
+++ b/x-nucleo-idb0xa1/BlueNRGGap.h Thu Jan 14 11:19:43 2016 +0100
@@ -178,7 +178,7 @@
BlueNRGGap() {
m_connectionHandle = BLE_CONN_HANDLE_INVALID;
- addr_type = Gap::ADDR_TYPE_PUBLIC;
+ addr_type = BLEProtocol::AddressType::PUBLIC;
isSetAddress = false;
btle_reinited = false;
DeviceName = NULL;