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 2ab7b44 commit fac3ebbCopy full SHA for fac3ebb
connectivity/FEATURE_BLE/source/cordio/source/BLEInstanceBaseImpl.cpp
@@ -600,7 +600,7 @@ void BLEInstanceBase::stack_setup()
600
#if BLE_FEATURE_GATT_CLIENT
601
AttRegister((attCback_t) impl::PalAttClient::att_client_handler);
602
#else
603
- AttRegister((attCback_t) ble::GattServer::att_cb);
+ AttRegister((attCback_t) impl::GattServer::att_cb);
604
#endif // BLE_FEATURE_GATT_CLIENT
605
#endif
606
}
0 commit comments