Home
last modified time | relevance | path

Searched refs:phy_tx_time (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_conn.h120 uint8_t phy_tx_time:3; member
Dull_llcp_phy.c171 uint8_t phy_tx_time[8] = { 0, PHY_1M, PHY_2M, PHY_1M, in pu_select_phy_timing_restrict() local
176 return phy_tx_time[phys]; in pu_select_phy_timing_restrict()
184 lll->phy_tx_time = phy_tx; in pu_set_timing_restrict()
Dull_central.c222 conn_lll->phy_tx_time = PHY_1M; in ll_create_connection()
Dull_adv.c1047 conn_lll->phy_tx_time = lll->phy_s;
1053 conn_lll->phy_tx_time = PHY_1M;
Dull_conn.c1568 switch (lll->phy_tx_time) { in ull_conn_lll_max_tx_octets_get()
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/
Dmain.c102 conn.lll.phy_tx_time = PHY_1M; in collision_setup()
/Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/
Dmain.c816 conn.lll.phy_tx_time = PHY_1M; in phy_update_setup()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_scan_aux.c1587 conn_lll->phy_tx_time = lll_aux->phy;
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/
Dmain.c64 conn.lll.phy_tx_time = PHY_1M; in phy_setup()