Home
last modified time | relevance | path

Searched refs:ll_length_req_send (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/ctrl_hci/src/
Dmain.c314 err = ll_length_req_send(conn_handle, tx_octets, tx_time); in ZTEST()
317 err = ll_length_req_send(conn_handle + 1, tx_octets, tx_time); in ZTEST()
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h270 uint32_t ll_length_req_send(uint16_t handle, uint16_t tx_octets, uint16_t tx_time);
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn.c565 uint32_t ll_length_req_send(uint16_t handle, uint16_t tx_octets, in ll_length_req_send() function
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2614 status = ll_length_req_send(handle, tx_octets, tx_time); in le_set_data_len()