missing default impl

pull/10469/head
paul-szczepanek-arm 2019-04-08 14:56:23 +01:00 committed by adbridge
parent 7994484a90
commit a9115c36d6
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> 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,