Searched refs:ull_periph_latency_cancel (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | ull_peripheral.c | 34 void ull_periph_latency_cancel(struct ll_conn *conn, uint16_t handle) in ull_periph_latency_cancel() function
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_peripheral_internal.h | 9 void ull_periph_latency_cancel(struct ll_conn *conn, uint16_t handle);
|
D | ull_conn.c | 267 ull_periph_latency_cancel(conn, handle); in ll_tx_mem_enqueue() 320 ull_periph_latency_cancel(conn, handle); in ll_conn_update() 428 ull_periph_latency_cancel(conn, handle); in ll_terminate_ind_send() 517 ull_periph_latency_cancel(conn, handle); in ll_feature_req_send() 541 ull_periph_latency_cancel(conn, handle); in ll_version_ind_send() 592 ull_periph_latency_cancel(conn, handle); in ll_length_req_send() 681 ull_periph_latency_cancel(conn, handle); in ll_phy_req_send()
|
D | ull_peripheral.c | 502 void ull_periph_latency_cancel(struct ll_conn *conn, uint16_t handle) function
|
D | ull_llcp.c | 1025 ull_periph_latency_cancel(conn, handle); in ull_cp_conn_update()
|