mirror of https://github.com/ARMmbed/mbed-os.git
missing default impl
parent
b6836d9f83
commit
217b295f46
|
@ -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>
|
template<class Impl>
|
||||||
ble_error_t GattClient<Impl>::read_(
|
ble_error_t GattClient<Impl>::read_(
|
||||||
ble::connection_handle_t connHandle,
|
ble::connection_handle_t connHandle,
|
||||||
|
|
Loading…
Reference in New Issue