missing default impl

pull/10340/head
paul-szczepanek-arm 2019-04-08 14:56:23 +01:00
parent b6836d9f83
commit 217b295f46
1 changed files with 7 additions and 0 deletions

View File

@ -186,6 +186,13 @@ void GattClient<Impl>::terminateServiceDiscovery_(void)
{
}
template<class Impl>
ble_error_t GattClient<Impl>::negotiateAttMtu_(
ble::connection_handle_t connHandle
) {
return BLE_ERROR_NOT_IMPLEMENTED;
}
template<class Impl>
ble_error_t GattClient<Impl>::read_(
ble::connection_handle_t connHandle,