Home
last modified time | relevance | path

Searched refs:ull_conn_default_phy_tx_get (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn_internal.h18 uint8_t ull_conn_default_phy_tx_get(void);
Dull_central.c303 conn->phy_pref_tx = ull_conn_default_phy_tx_get(); in ll_create_connection()
Dull_conn.c814 uint8_t ull_conn_default_phy_tx_get(void) in ull_conn_default_phy_tx_get() function
Dull_adv.c1125 conn->phy_pref_tx = ull_conn_default_phy_tx_get();
/Zephyr-latest/tests/bluetooth/controller/ctrl_hci/src/
Dmain.c283 phy_tx = ull_conn_default_phy_tx_get(); in ZTEST()
289 phy_tx = ull_conn_default_phy_tx_get(); in ZTEST()