Skip to content

Commit 217b295

Browse files
missing default impl
1 parent b6836d9 commit 217b295

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

features/FEATURE_BLE/source/GattClient.tpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,13 @@ void GattClient<Impl>::terminateServiceDiscovery_(void)
186186
{
187187
}
188188

189+
template<class Impl>
190+
ble_error_t GattClient<Impl>::negotiateAttMtu_(
191+
ble::connection_handle_t connHandle
192+
) {
193+
return BLE_ERROR_NOT_IMPLEMENTED;
194+
}
195+
189196
template<class Impl>
190197
ble_error_t GattClient<Impl>::read_(
191198
ble::connection_handle_t connHandle,

0 commit comments

Comments
 (0)