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 74bc677 commit 4e172baCopy full SHA for 4e172ba
features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioPalGap.tpp
@@ -580,7 +580,7 @@ void Gap<EventHandler>::gap_handler(const wsfMsgHdr_t *msg)
580
handler->on_periodic_advertising_sync_loss(evt->syncHandle);
581
}
582
break;
583
-#endif BLE_FEATURE_PERIODIC_ADVERTISING
+#endif // BLE_FEATURE_PERIODIC_ADVERTISING
584
585
#if BLE_FEATURE_EXTENDED_ADVERTISING && BLE_ROLE_BROADCASTER
586
case DM_SCAN_REQ_RCVD_IND: {
@@ -684,8 +684,8 @@ void Gap<EventHandler>::gap_handler(const wsfMsgHdr_t *msg)
684
);
685
686
687
- }
688
#endif // BLE_ROLE_CENTRAL || BLE_ROLE_PERIPHERAL
+ }
689
690
// all handlers are stored in a static array
691
static const event_handler_t handlers[] = {
0 commit comments