Home
last modified time | relevance | path

Searched refs:auth_pyld_timer (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll_conn.h307 struct ble_npl_callout auth_pyld_timer; member
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_conn.c1691 ble_npl_callout_reset(&connsm->auth_pyld_timer, tmo); in ble_ll_conn_auth_pyld_timer_start()
2007 ble_npl_callout_init(&connsm->auth_pyld_timer, in ble_ll_conn_sm_new()
2097 ble_npl_callout_stop(&connsm->auth_pyld_timer); in ble_ll_conn_end()
H A Dble_ll_conn_hci.c1502 if (ble_npl_callout_is_active(&connsm->auth_pyld_timer)) { in ble_ll_conn_hci_wr_auth_pyld_tmo()