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:
- 217:23870c55b07e
- Parent:
- 210:08c4c85ca679
- Child:
- 220:e02936f0d4c7
--- a/x-nucleo-idb0xa1/BlueNRGGap.h Thu Mar 31 10:17:31 2016 +0200
+++ b/x-nucleo-idb0xa1/BlueNRGGap.h Thu Mar 31 11:06:20 2016 +0200
@@ -50,8 +50,7 @@
#define BLE_GAP_ADV_NONCON_INTERVAL_MIN (0)
// Scanning and Connection Params used by Central for creating connection
-#define LIMITED_DISCOVERY_PROCEDURE 0x01
-#define GENERAL_DISCOVERY_PROCEDURE 0x02
+#define GAP_OBSERVATION_PROC (0x80)
#define SCAN_P (0x4000)
#define SCAN_L (0x4000)
@@ -160,7 +159,6 @@
bool _scanning;
bool _connecting;
bool isSetAddress;
- bool btle_reinited;
uint8_t *DeviceName;
uint8_t deviceAppearance[2];
@@ -180,7 +178,6 @@
m_connectionHandle = BLE_CONN_HANDLE_INVALID;
addr_type = BLEProtocol::AddressType::PUBLIC;
isSetAddress = false;
- btle_reinited = false;
DeviceName = NULL;
}
