Searched refs:ll_phy_req_send (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_hci/src/ |
D | main.c | 261 err = ll_phy_req_send(conn_handle + 1, 0x00, 0x00, 0x00); in ZTEST() 265 err = ll_phy_req_send(conn_handle, 0x03, 0xFF, 0x03); in ZTEST() 269 err = ll_phy_req_send(conn_handle, 0x03, 0xFF, 0x03); in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/controller/include/ |
D | ll.h | 281 uint8_t ll_phy_req_send(uint16_t handle, uint8_t tx, uint8_t flags, uint8_t rx);
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn.c | 660 uint8_t ll_phy_req_send(uint16_t handle, uint8_t tx, uint8_t flags, uint8_t rx) in ll_phy_req_send() function
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 2755 status = ll_phy_req_send(handle, cmd->tx_phys, phy_opts, in le_set_phy()
|