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 157c54b commit 8285ecdCopy full SHA for 8285ecd
features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioPalGap.tpp
@@ -653,22 +653,6 @@ void Gap<EventHandler>::gap_handler(const wsfMsgHdr_t *msg)
653
#endif // BLE_FEATURE_EXTENDED_ADVERTISING && BLE_ROLE_OBSERVER
654
655
#if BLE_ROLE_CENTRAL || BLE_ROLE_PERIPHERAL
656
- case DM_CONN_UPDATE_IND: {
657
- if (!handler) {
658
- break;
659
- }
660
-
661
- const hciLeConnUpdateCmplEvt_t *evt = (const hciLeConnUpdateCmplEvt_t *) msg;
662
- handler->on_connection_update_complete(
663
- (hci_error_code_t::type) evt->status,
664
- evt->hdr.param,
665
- evt->connInterval,
666
- evt->connLatency,
667
- evt->supTimeout
668
- );
669
670
671
672
case DM_REM_CONN_PARAM_REQ_IND: {
673
if (!handler) {
674
break;
0 commit comments