diff --git a/features/FEATURE_BLE/source/GattClient.tpp b/features/FEATURE_BLE/source/GattClient.tpp index 5d38c469e0..8f68af097e 100644 --- a/features/FEATURE_BLE/source/GattClient.tpp +++ b/features/FEATURE_BLE/source/GattClient.tpp @@ -186,6 +186,13 @@ void GattClient::terminateServiceDiscovery_(void) { } +template +ble_error_t GattClient::negotiateAttMtu_( + ble::connection_handle_t connHandle +) { + return BLE_ERROR_NOT_IMPLEMENTED; +} + template ble_error_t GattClient::read_( ble::connection_handle_t connHandle,