Home
last modified time | relevance | path

Searched refs:PHY_2M (Results 1 – 13 of 13) sorted by relevance

/Zephyr-Core-3.4.0/tests/bluetooth/controller/ctrl_phy_update/src/
Dmain.c61 conn.phy_pref_rx = PHY_1M | PHY_2M | PHY_CODED; in phy_setup()
62 conn.phy_pref_tx = PHY_1M | PHY_2M | PHY_CODED; in phy_setup()
121 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
122 struct pdu_data_llctrl_phy_req rsp = { .rx_phys = PHY_1M | PHY_2M, in ZTEST()
123 .tx_phys = PHY_1M | PHY_2M }; in ZTEST()
125 .c_to_p_phy = PHY_2M, in ZTEST()
126 .p_to_c_phy = PHY_2M }; in ZTEST()
128 3 * PDU_DC_PAYLOAD_SIZE_MIN, PDU_DC_MAX_US(3 * PDU_DC_PAYLOAD_SIZE_MIN, PHY_2M), in ZTEST()
129 3 * PDU_DC_PAYLOAD_SIZE_MIN, PDU_DC_MAX_US(3 * PDU_DC_PAYLOAD_SIZE_MIN, PHY_2M) in ZTEST()
145 err = ull_cp_phy_update(&conn, PHY_2M, PREFER_S8_CODING, PHY_2M, HOST_INITIATED); in ZTEST()
[all …]
/Zephyr-Core-3.4.0/tests/bluetooth/controller/ctrl_collision/src/
Dmain.c99 conn.phy_pref_rx = PHY_1M | PHY_2M | PHY_CODED; in collision_setup()
100 conn.phy_pref_tx = PHY_1M | PHY_2M | PHY_CODED; in collision_setup()
155 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
156 struct pdu_data_llctrl_phy_req rsp = { .rx_phys = PHY_1M | PHY_2M, in ZTEST()
157 .tx_phys = PHY_1M | PHY_2M }; in ZTEST()
159 .c_to_p_phy = PHY_2M, in ZTEST()
160 .p_to_c_phy = PHY_2M }; in ZTEST()
180 err = ull_cp_phy_update(&conn, PHY_2M, PREFER_S8_CODING, PHY_2M, 1); in ZTEST()
324 struct pdu_data_llctrl_phy_req req_peripheral = { .rx_phys = PHY_1M, .tx_phys = PHY_2M }; in ZTEST()
325 struct pdu_data_llctrl_phy_req req_central = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
[all …]
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_tim_internal.h21 case PHY_2M: in addr_us_get()
/Zephyr-Core-3.4.0/tests/bluetooth/df/connectionless_cte_rx/src/
Dcommon.c57 sync->lll.phy = PHY_2M; in common_create_per_sync_set()
/Zephyr-Core-3.4.0/tests/bluetooth/controller/ctrl_cte_req/src/
Dmain.c757 #define PHY_PREFER_ANY (PHY_1M | PHY_2M | PHY_CODED)
1170 struct pdu_data_llctrl_phy_req phy_req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in test_local_cte_req_wait_for_phy_update_complete()
1424 struct pdu_data_llctrl_phy_req phy_req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in test_cte_req_wait_for_remote_phy_update_complete()
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_df.c292 case PHY_2M: in radio_df_ctrl_set()
Dradio.c427 case PHY_2M: in radio_pkt_configure()
1683 case PHY_2M: in radio_ccm_rx_pkt_set()
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/
Dull_llcp_phy.c127 #define PHY_PREF_1 PHY_2M
171 uint8_t phy_tx_time[8] = { 0, PHY_1M, PHY_2M, PHY_1M, in pu_select_phy_timing_restrict()
237 phy_bitmask |= PHY_2M; in pu_apply_phy_update()
Dull_llcp_cc.c302 return (phy == PHY_1M || phy == PHY_2M || phy == PHY_CODED); in phy_valid()
317 if (((phys & PHY_2M) && !feature_phy_2m(conn)) || in rp_cc_check_phy()
Dull_conn.c1452 case PHY_2M: in ull_conn_lll_max_tx_octets_get()
1556 default_phy_tx |= PHY_2M; in init_reset()
1557 default_phy_rx |= PHY_2M; in init_reset()
Dpdu.h266 #define PHY_2M BIT(1) macro
Dull_scan_aux.c246 case PHY_2M: in ull_scan_aux_setup()
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_test.c408 uint8_t cte_phy = (phy == BT_HCI_LE_RX_PHY_1M) ? PHY_1M : PHY_2M; in cte_rx_init()