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 1aa6da4 commit 6021f8cCopy full SHA for 6021f8c
connectivity/FEATURE_BLE/libraries/TARGET_CORDIO/source/PalGapImpl.cpp
@@ -325,7 +325,8 @@ ble_error_t PalGap::create_connection(
325
ble_error_t PalGap::cancel_connection_creation(
326
peer_address_type_t peerAddressType,
327
const ble::address_t &peerAddress
328
-) {
+)
329
+{
330
for (uint8_t connection_id = 0; connection_id < DM_CONN_MAX; connection_id++) {
331
if (dmConnCb.ccb[connection_id].inUse &&
332
dmConnCb.ccb[connection_id].state == DM_CONN_SM_ST_CONNECTING &&
0 commit comments