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.
2 parents 11901f1 + fd5903c commit a5326caCopy full SHA for a5326ca
features/FEATURE_BLE/source/generic/GenericGattClient.cpp
@@ -147,6 +147,7 @@ struct GenericGattClient::DiscoveryControlBlock : public ProcedureControlBlock {
147
const AttErrorResponse& error = static_cast<const AttErrorResponse&>(message);
148
if (error.error_code != AttErrorResponse::ATTRIBUTE_NOT_FOUND) {
149
terminate(client);
150
+ return;
151
}
152
153
switch (error.request_opcode) {
0 commit comments