Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/ctrl_hci/src/
Dmain.c271 err = ll_phy_get(conn_handle + 1, &phy_tx, &phy_rx); in ZTEST()
276 err = ll_phy_get(conn_handle, &phy_tx, &phy_rx); in ZTEST()
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h279 uint8_t ll_phy_get(uint16_t handle, uint8_t *const tx, uint8_t *const rx);
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn.c634 uint8_t ll_phy_get(uint16_t handle, uint8_t *tx, uint8_t *rx) in ll_phy_get() function
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2684 status = ll_phy_get(handle, &rp->tx_phy, &rp->rx_phy); in le_read_phy()