Searched refs:ll_phy_get (Results  1 – 4 of 4) sorted by relevance
| /Zephyr-latest/tests/bluetooth/controller/ctrl_hci/src/ | 
| D | main.c | 271 	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/ | 
| D | ll.h | 279 uint8_t ll_phy_get(uint16_t handle, uint8_t *const tx, uint8_t *const rx);
  | 
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/ | 
| D | ull_conn.c | 634 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/ | 
| D | hci.c | 2719 	status = ll_phy_get(handle, &rp->tx_phy, &rp->rx_phy);  in le_read_phy()
  |