File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
features/FEATURE_BLE/targets/TARGET_CORDIO/source Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Original file line Diff line number Diff line change @@ -580,7 +580,7 @@ void Gap<EventHandler>::gap_handler(const wsfMsgHdr_t *msg)
580
handler->on_periodic_advertising_sync_loss (evt->syncHandle );
580
handler->on_periodic_advertising_sync_loss (evt->syncHandle );
581
}
581
}
582
break ;
582
break ;
583
- #endif BLE_FEATURE_PERIODIC_ADVERTISING
583
+ #endif // BLE_FEATURE_PERIODIC_ADVERTISING
584
584
585
#if BLE_FEATURE_EXTENDED_ADVERTISING && BLE_ROLE_BROADCASTER
585
#if BLE_FEATURE_EXTENDED_ADVERTISING && BLE_ROLE_BROADCASTER
586
case DM_SCAN_REQ_RCVD_IND: {
586
case DM_SCAN_REQ_RCVD_IND: {
@@ -684,8 +684,8 @@ void Gap<EventHandler>::gap_handler(const wsfMsgHdr_t *msg)
684
);
684
);
685
}
685
}
686
break ;
686
break ;
687
- }
688
#endif // BLE_ROLE_CENTRAL || BLE_ROLE_PERIPHERAL
687
#endif // BLE_ROLE_CENTRAL || BLE_ROLE_PERIPHERAL
688
+ }
689
689
690
// all handlers are stored in a static array
690
// all handlers are stored in a static array
691
static const event_handler_t handlers[] = {
691
static const event_handler_t handlers[] = {
You can’t perform that action at this time.
0 commit comments