Skip to content

Commit b6836d9

Browse files
fix missing implementation call
1 parent 0066ba9 commit b6836d9

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
@@ -124,6 +124,13 @@ void GattClient<Impl>::terminateCharacteristicDescriptorDiscovery(
124124
return impl()->terminateCharacteristicDescriptorDiscovery_(characteristic);
125125
}
126126

127+
template<class Impl>
128+
ble_error_t GattClient<Impl>::negotiateAttMtu(
129+
ble::connection_handle_t connHandle
130+
) {
131+
return impl()->negotiateAttMtu_(connHandle);
132+
}
133+
127134
template<class Impl>
128135
ble_error_t GattClient<Impl>::reset(void)
129136
{

0 commit comments

Comments
 (0)