Skip to content

Commit fac3ebb

Browse files
author
Johnny Robeson
committed
Use impl namespace in GattServer att_cb registration, not ble
If this is the correct fix, then this shouldn't have passed CI, should it?
1 parent 2ab7b44 commit fac3ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/FEATURE_BLE/source/cordio/source/BLEInstanceBaseImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ void BLEInstanceBase::stack_setup()
600600
#if BLE_FEATURE_GATT_CLIENT
601601
AttRegister((attCback_t) impl::PalAttClient::att_client_handler);
602602
#else
603-
AttRegister((attCback_t) ble::GattServer::att_cb);
603+
AttRegister((attCback_t) impl::GattServer::att_cb);
604604
#endif // BLE_FEATURE_GATT_CLIENT
605605
#endif
606606
}

0 commit comments

Comments
 (0)