We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07da784 commit 1ecb1a6Copy full SHA for 1ecb1a6
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_MCU_NRF51822/source/btle/btle_discovery.cpp
@@ -23,7 +23,6 @@
23
void bleGattcEventHandler(const ble_evt_t *p_ble_evt)
24
{
25
nRF5xn &ble = nRF5xn::Instance(BLE::DEFAULT_INSTANCE);
26
- nRF5xGap &gap = (nRF5xGap &) ble.getGap();
27
nRF5xGattClient &gattClient = (nRF5xGattClient &) ble.getGattClient();
28
nRF5xServiceDiscovery &sdSingleton = gattClient.discovery();
29
nRF5xCharacteristicDescriptorDiscoverer &characteristicDescriptorDiscoverer =
0 commit comments