We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd7f8c commit 904b7f5Copy full SHA for 904b7f5
connectivity/FEATURE_BLE/source/generic/GattClientImpl.cpp
@@ -1105,6 +1105,16 @@ ble_error_t GattClient::discoverServices(
1105
);
1106
}
1107
1108
+ble_error_t GattClient::discoverServices(
1109
+ ble::connection_handle_t connectionHandle,
1110
+ ServiceDiscovery::ServiceCallback_t callback,
1111
+ GattAttribute::Handle_t startHandle,
1112
+ GattAttribute::Handle_t endHandle
1113
+)
1114
+{
1115
+ return BLE_ERROR_NOT_IMPLEMENTED;
1116
+}
1117
+
1118
bool GattClient::isServiceDiscoveryActive() const
1119
{
1120
ProcedureControlBlock *pcb = control_blocks;
0 commit comments