We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b09cf2 commit d3a63cdCopy full SHA for d3a63cd
nimble/controller/src/ble_ll_conn.c
@@ -1568,22 +1568,6 @@ ble_ll_conn_auth_pyld_timer_cb(struct ble_npl_event *ev)
1568
ble_ll_conn_auth_pyld_timer_start(connsm);
1569
}
1570
1571
-void
1572
-ble_ll_conn_rd_features_timer_cb(struct ble_npl_event *ev)
1573
-{
1574
- struct ble_ll_conn_sm *connsm;
1575
-
1576
- connsm = (struct ble_ll_conn_sm *)ble_npl_event_get_arg(ev);
1577
1578
- if (!connsm->csmflags.cfbit.pending_hci_rd_features ||
1579
- !connsm->csmflags.cfbit.rxd_features) {
1580
- return;
1581
- }
1582
1583
- ble_ll_hci_ev_rd_rem_used_feat(connsm, BLE_ERR_SUCCESS);
1584
- connsm->csmflags.cfbit.pending_hci_rd_features = 0;
1585
-}
1586
1587
/**
1588
* Start (or restart) the authenticated payload timer
1589
*
0 commit comments