Searched refs:rtx_work (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | rfcomm.c | 48 struct bt_rfcomm_dlc, rtx_work) 50 struct bt_rfcomm_session, rtx_work) 237 k_work_cancel_delayable(&dlc->rtx_work); in rfcomm_dlc_destroy() 380 k_work_reschedule(&session->rtx_work, RFCOMM_DISC_TIMEOUT); in rfcomm_session_disconnect() 429 k_work_cancel_delayable(&session->rtx_work); in rfcomm_disconnected() 458 k_work_init_delayable(&dlc->rtx_work, rfcomm_dlc_rtx_timeout); in rfcomm_dlc_init() 461 k_work_schedule(&dlc->rtx_work, RFCOMM_CONN_TIMEOUT); in rfcomm_dlc_init() 630 k_work_reschedule(&dlc->rtx_work, RFCOMM_DISC_TIMEOUT); in rfcomm_dlc_tx_thread() 795 k_work_cancel_delayable(&dlc->rtx_work); in rfcomm_dlc_connected() 871 k_work_reschedule(&dlc->rtx_work, RFCOMM_DISC_TIMEOUT); in rfcomm_dlc_close() [all …]
|
D | l2cap_br.c | 36 struct bt_l2cap_br_chan, rtx_work) 192 struct k_work_q *rtx_work_queue = br_chan->rtx_work.queue; in l2cap_br_chan_destroy() 195 k_work_cancel_delayable_sync(&br_chan->rtx_work, &br_chan->rtx_sync); in l2cap_br_chan_destroy() 197 k_work_cancel_delayable(&br_chan->rtx_work); in l2cap_br_chan_destroy() 248 k_work_init_delayable(&ch->rtx_work, l2cap_br_rtx_timeout); in l2cap_br_chan_add() 363 k_work_reschedule(&chan->rtx_work, timeout); in l2cap_br_chan_send_req() 505 k_work_cancel_delayable(&l2cap->chan.rtx_work); in l2cap_br_info_rsp() 1125 k_work_cancel_delayable(&br_chan->rtx_work); in l2cap_br_conf_rsp() 1603 (void)k_work_cancel_delayable(&br_chan->rtx_work); in l2cap_br_disconnected() 1782 k_work_cancel_delayable(&br_chan->rtx_work); in l2cap_br_conn_rsp() [all …]
|
D | rfcomm_internal.h | 24 struct k_work_delayable rtx_work; member
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | rfcomm.h | 84 struct k_work_delayable rtx_work; member
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | l2cap.h | 251 struct k_work_delayable rtx_work; member 301 struct k_work_delayable rtx_work; member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | l2cap.c | 39 struct bt_l2cap_le_chan, rtx_work) 382 k_work_init_delayable(&le_chan->rtx_work, l2cap_rtx_timeout); in l2cap_chan_add() 518 k_work_reschedule(&(BT_L2CAP_LE_CHAN(chan)->rtx_work), timeout); in l2cap_chan_send_req() 1304 struct k_work_q *rtx_work_queue = le_chan->rtx_work.queue; in l2cap_chan_destroy() 1307 k_work_cancel_delayable_sync(&le_chan->rtx_work, &le_chan->rtx_sync); in l2cap_chan_destroy() 1309 k_work_cancel_delayable(&le_chan->rtx_work); in l2cap_chan_destroy() 1764 k_work_cancel_delayable(&ch->rtx_work); in le_ecred_reconf_rsp() 1929 k_work_cancel_delayable(&chan->rtx_work); in le_ecred_conn_rsp() 1950 k_work_cancel_delayable(&chan->rtx_work); in le_ecred_conn_rsp() 2060 k_work_cancel_delayable(&chan->rtx_work); in le_conn_rsp() [all …]
|