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 7b94f25 commit 4fae828Copy full SHA for 4fae828
connectivity/FEATURE_BLE/source/generic/GapImpl.cpp
@@ -2461,6 +2461,8 @@ ble_error_t Gap::startAdvertising(
2461
#if BLE_FEATURE_EXTENDED_ADVERTISING
2462
void Gap::process_enable_queue()
2463
{
2464
+ _process_enable_queue_pending = false;
2465
+
2466
tr_info("Evaluating pending advertising sets to be started");
2467
if (!_advertising_enable_command_params.number_of_handles) {
2468
/* no set pending to be enabled */
@@ -2506,7 +2508,6 @@ void Gap::process_enable_queue()
2506
2508
}
2507
2509
2510
_advertising_enable_command_params.number_of_handles = 0;
- _process_enable_queue_pending = false;
2511
2512
#endif //BLE_FEATURE_EXTENDED_ADVERTISING
2513
0 commit comments