Searched refs:ll_length_req_send (Results  1 – 4 of 4) sorted by relevance
| /Zephyr-latest/tests/bluetooth/controller/ctrl_hci/src/ | 
| D | main.c | 314 	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/ | 
| D | ll.h | 270 uint32_t ll_length_req_send(uint16_t handle, uint16_t tx_octets, uint16_t tx_time);
  | 
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/ | 
| D | ull_conn.c | 565 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/ | 
| D | hci.c | 2649 	status = ll_length_req_send(handle, tx_octets, tx_time);  in le_set_data_len()
  |