Skip to content

Commit 8285ecd

Browse files
connection update handled elsewhere
1 parent 157c54b commit 8285ecd

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioPalGap.tpp

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -653,22 +653,6 @@ void Gap<EventHandler>::gap_handler(const wsfMsgHdr_t *msg)
653653
#endif // BLE_FEATURE_EXTENDED_ADVERTISING && BLE_ROLE_OBSERVER
654654

655655
#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-
break;
671-
672656
case DM_REM_CONN_PARAM_REQ_IND: {
673657
if (!handler) {
674658
break;

0 commit comments

Comments
 (0)