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 9566af6 commit ea9554dCopy full SHA for ea9554d
features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioBLE.cpp
@@ -512,10 +512,10 @@ void BLE::stack_setup()
512
#endif
513
514
#if BLE_FEATURE_ATT
515
- AttConnRegister(BLE::connection_handler);
516
#if BLE_FEATURE_GATT_CLIENT
517
AttRegister((attCback_t) ble::pal::vendor::cordio::CordioAttClient::att_client_handler);
518
#else
+ AttConnRegister(BLE::connection_handler);
519
AttRegister((attCback_t) ble::vendor::cordio::GattServer::att_cb);
520
#endif // BLE_FEATURE_GATT_CLIENT
521
0 commit comments