Home
last modified time | relevance | path

Searched refs:PHY_1M (Results 1 – 21 of 21) sorted by relevance

/Zephyr-Core-3.5.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()
64 conn.lll.phy_tx_time = PHY_1M; in phy_setup()
65 conn.lll.phy_rx = PHY_1M; in phy_setup()
66 conn.lll.phy_tx = PHY_1M; in phy_setup()
71 ull_dle_init(&conn, PHY_1M); in phy_setup()
76 PHY_1M); in phy_setup()
78 PHY_1M); in phy_setup()
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()
[all …]
/Zephyr-Core-3.5.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()
102 conn.lll.phy_tx_time = PHY_1M; in collision_setup()
103 conn.lll.phy_rx = PHY_1M; in collision_setup()
104 conn.lll.phy_tx = PHY_1M; in collision_setup()
109 ull_dle_init(&conn, PHY_1M); in collision_setup()
114 PHY_1M); in collision_setup()
116 PHY_1M); in collision_setup()
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()
[all …]
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_data_length_update/src/
Dmain.c98 ull_dle_init(&conn, PHY_1M); in ZTEST()
163 ull_dle_init(&conn, PHY_1M); in ZTEST()
239 ull_dle_init(&conn, PHY_1M); in ZTEST()
277 ull_dle_init(&conn, PHY_1M); in ZTEST()
342 ull_dle_init(&conn, PHY_1M); in ZTEST()
418 ull_dle_init(&conn, PHY_1M); in ZTEST()
484 ull_dle_init(&conn, PHY_1M); in ZTEST()
544 ull_dle_init(&conn, PHY_1M); in ZTEST()
602 ull_dle_init(&conn, PHY_1M); in ZTEST()
665 ull_dle_init(&conn, PHY_1M); in ZTEST()
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_tim_internal.h19 case PHY_1M: in addr_us_get()
Dlll_scan.c1105 case PHY_1M:
/Zephyr-Core-3.5.0/tests/bluetooth/controller/ctrl_cte_req/src/
Dmain.c757 #define PHY_PREFER_ANY (PHY_1M | PHY_2M | PHY_CODED)
816 conn.lll.phy_tx_time = PHY_1M; in phy_update_setup()
817 conn.lll.phy_rx = PHY_1M; in phy_update_setup()
818 conn.lll.phy_tx = PHY_1M; in phy_update_setup()
825 ull_dle_init(&conn, PHY_1M); in phy_update_setup()
831 conn.lll.dle.remote.max_tx_time = PDU_DC_MAX_US(conn.lll.dle.remote.max_tx_octets, PHY_1M); in phy_update_setup()
832 conn.lll.dle.remote.max_rx_time = PDU_DC_MAX_US(conn.lll.dle.remote.max_rx_octets, PHY_1M); in phy_update_setup()
883 check_current_phy_state(&conn, PHY_1M, PREFER_S2_CODING, PHY_1M); in wait_for_phy_update_instant()
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/
Dull_adv.c280 adv->lll.phy_p = PHY_1M;
322 adv->lll.phy_p = PHY_1M;
1024 conn_lll->phy_tx = PHY_1M;
1025 conn_lll->phy_tx_time = PHY_1M;
1026 conn_lll->phy_rx = PHY_1M;
1104 uint8_t phy_in_use = PHY_1M;
1194 const uint8_t phy = PHY_1M;
2141 phy = PHY_1M;
2254 PDU_OVERHEAD_SIZE(PHY_1M) + ADVA_SIZE;
2256 BYTES2US((PDU_OVERHEAD_SIZE(PHY_1M) +
[all …]
Dull_central.c220 conn_lll->phy_tx = PHY_1M; in ll_create_connection()
222 conn_lll->phy_tx_time = PHY_1M; in ll_create_connection()
223 conn_lll->phy_rx = PHY_1M; in ll_create_connection()
227 ull_dle_init(conn, PHY_1M); in ll_create_connection()
352 max_tx_time = PDU_DC_MAX_US(PDU_DC_PAYLOAD_SIZE_MIN, PHY_1M); in ll_create_connection()
353 max_rx_time = PDU_DC_MAX_US(PDU_DC_PAYLOAD_SIZE_MIN, PHY_1M); in ll_create_connection()
431 (scan->lll.phy & PHY_1M)) { in ll_connect_enable()
Dull_peripheral.c349 max_tx_time = PDU_DC_MAX_US(PDU_DC_PAYLOAD_SIZE_MIN, PHY_1M);
350 max_rx_time = PDU_DC_MAX_US(PDU_DC_PAYLOAD_SIZE_MIN, PHY_1M);
353 max_tx_time = PDU_DC_MAX_US(PDU_DC_PAYLOAD_SIZE_MIN, PHY_1M);
354 max_rx_time = PDU_DC_MAX_US(PDU_DC_PAYLOAD_SIZE_MIN, PHY_1M);
Dull_scan.c211 if (!is_coded_phy || IS_PHY_ENABLED(scan, PHY_1M))
259 if (!is_coded_phy || IS_PHY_ENABLED(scan, PHY_1M))
281 if (!is_coded_phy || IS_PHY_ENABLED(scan, PHY_1M))
516 if (IS_PHY_ENABLED(scan_1m, PHY_1M) &&
773 if (IS_PHY_ENABLED(scan_1m, PHY_1M)) {
Dull_conn.c607 #define PHY (PHY_1M) in ll_length_max_get()
1485 case PHY_1M: in ull_conn_lll_max_tx_octets_get()
1588 default_tx_time = PDU_DC_MAX_US(PDU_DC_PAYLOAD_SIZE_MIN, PHY_1M); in init_reset()
1593 default_phy_tx = PHY_1M; in init_reset()
1594 default_phy_rx = PHY_1M; in init_reset()
1993 phy = PHY_1M; in force_md_cnt_calc()
2307 uint8_t phy_select = PHY_1M; in dle_max_time_get()
2389 conn->lll.dle.eff.max_rx_time = PDU_DC_MAX_US(eff_rx_octets, PHY_1M); in ull_dle_update_eff_rx()
2428 conn->lll.dle.eff.max_tx_time = PDU_DC_MAX_US(eff_tx_octets, PHY_1M); in ull_dle_update_eff_tx()
2454 PDU_DC_MAX_US(LL_LENGTH_OCTETS_TX_MAX, PHY_1M); in ull_len_data_length_trim()
Dull_sched.c745 PHY_1M); in ull_hdr_get_cb()
747 PHY_1M); in ull_hdr_get_cb()
Dull_llcp_phy.c128 #define PHY_PREF_2 PHY_1M
171 uint8_t phy_tx_time[8] = { 0, PHY_1M, PHY_2M, PHY_1M, in pu_select_phy_timing_restrict()
232 uint8_t phy_bitmask = PHY_1M; in pu_apply_phy_update()
Dpdu.h265 #define PHY_1M BIT(0) macro
Dull_llcp_cc.c307 return (phy == PHY_1M || phy == PHY_2M || phy == PHY_CODED); in phy_valid()
Dull_scan_aux.c247 case PHY_1M: in ull_scan_aux_setup()
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_df.c283 case PHY_1M: in radio_df_ctrl_set()
Dradio.c421 case PHY_1M: in radio_pkt_configure()
1691 case PHY_1M: in radio_ccm_ext_rx_pkt_set()
1913 ((flags & BIT(1)) || (!(flags & BIT(0)) && (phy > PHY_1M)))) { in radio_ar_configure()
/Zephyr-Core-3.5.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()
Dlll_scan.c265 (phy == PHY_LEGACY) ? PHY_1M : phy) - in lll_scan_prepare_connect_req()
1519 case PHY_1M:
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/hci/
Dhci.c3125 phy_rx = PHY_1M; in le_df_connection_iq_report()
5215 phy_rx = PHY_1M;