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: microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter
Fork of nRF51822 by
Diff: source/btle/btle_discovery.cpp
- Revision:
- 548:920e941cbe1e
- Parent:
- 545:d834e6591aee
- Child:
- 549:3f782c64d014
diff -r 8550af084edc -r 920e941cbe1e source/btle/btle_discovery.cpp
--- a/source/btle/btle_discovery.cpp Mon Jan 11 10:19:05 2016 +0000
+++ b/source/btle/btle_discovery.cpp Mon Jan 11 10:19:06 2016 +0000
@@ -21,9 +21,9 @@
#if !defined(TARGET_MCU_NRF51_16K_S110) && !defined(TARGET_MCU_NRF51_32K_S110)
void bleGattcEventHandler(const ble_evt_t *p_ble_evt)
{
- nRF5xServiceDiscovery &sdSingleton = nRF5xGattClient::getInstance().discovery;
+ nRF5xServiceDiscovery &sdSingleton = nRF5xGattClient::getInstance().discovery();
nRF5xCharacteristicDescriptorDiscoverer &characteristicDescriptorDiscoverer =
- nRF5xGattClient::getInstance().characteristicDescriptorDiscoverer;
+ nRF5xGattClient::getInstance().characteristicDescriptorDiscoverer();
switch (p_ble_evt->header.evt_id) {
case BLE_GATTC_EVT_PRIM_SRVC_DISC_RSP:
