/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_peripheral.c | 222 if (lll->phy_rx != PHY_CODED) { 232 data_chan_use, CTE_INFO_IN_S1_BYTE, lll->phy_rx); 247 radio_switch_complete_with_delay_compensation_and_tx(lll->phy_rx, 0, lll->phy_tx, 262 radio_switch_complete_and_tx(lll->phy_rx, 0, lll->phy_tx, lll->phy_flags); 292 hcto += radio_rx_ready_delay_get(lll->phy_rx, 1); 293 hcto += addr_us_get(lll->phy_rx); 294 hcto += radio_rx_chain_delay_get(lll->phy_rx, 1); 308 radio_rx_ready_delay_get(lll->phy_rx, 1) -
|
D | lll_conn.c | 441 radio_switch_complete_and_rx(lll->phy_rx); 473 pa_lna_enable_us -= radio_rx_chain_delay_get(lll->phy_rx, PHY_FLAGS_S8); 621 if (lll->phy_rx != PHY_CODED) { 638 lll->phy_rx); 653 radio_switch_complete_with_delay_compensation_and_tx(lll->phy_rx, 0, lll->phy_tx, 668 radio_switch_complete_and_tx(lll->phy_rx, 0, lll->phy_tx, lll->phy_flags); 703 hcto += radio_rx_chain_delay_get(lll->phy_rx, 1); 704 hcto += addr_us_get(lll->phy_rx); 788 phy = lll->phy_rx; 990 addr_us_get(lll->phy_rx); [all …]
|
D | lll_central.c | 197 if (lll->phy_rx != PHY_CODED) { in prepare_cb() 208 radio_switch_complete_and_rx(lll->phy_rx); in prepare_cb()
|
D | lll_scan_aux.c | 1589 conn_lll->phy_rx = lll_aux->phy;
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_peripheral.c | 178 radio_switch_complete_and_tx(lll->phy_rx, 0, lll->phy_tx, in prepare_cb() 202 hcto += radio_rx_ready_delay_get(lll->phy_rx, 1); in prepare_cb() 203 hcto += addr_us_get(lll->phy_rx); in prepare_cb() 204 hcto += radio_rx_chain_delay_get(lll->phy_rx, 1); in prepare_cb() 218 radio_rx_ready_delay_get(lll->phy_rx, 1) - in prepare_cb()
|
D | lll_conn.c | 231 radio_switch_complete_and_rx(lll->phy_rx); in lll_conn_isr_rx() 262 radio_rx_chain_delay_get(lll->phy_rx, 1) - in lll_conn_isr_rx() 350 radio_switch_complete_and_tx(lll->phy_rx, 0, in lll_conn_isr_tx() 366 hcto += radio_rx_chain_delay_get(lll->phy_rx, 1); in lll_conn_isr_tx() 367 hcto += addr_us_get(lll->phy_rx); in lll_conn_isr_tx() 434 phy = lll->phy_rx; in lll_conn_rx_pkt_set() 593 addr_us_get(lll->phy_rx); in isr_done()
|
D | lll_central.c | 153 radio_switch_complete_and_rx(lll->phy_rx); in prepare_cb()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_hci/src/ |
D | main.c | 253 uint8_t phy_tx, phy_rx; in ZTEST() local 271 err = ll_phy_get(conn_handle + 1, &phy_tx, &phy_rx); in ZTEST() 274 conn_from_pool->lll.phy_rx = 0x3; in ZTEST() 276 err = ll_phy_get(conn_handle, &phy_tx, &phy_rx); in ZTEST() 279 zassert_equal(phy_rx, 0x03); in ZTEST() 284 phy_rx = ull_conn_default_phy_rx_get(); in ZTEST() 286 zassert_equal(phy_rx, 0x00); in ZTEST() 290 phy_rx = ull_conn_default_phy_rx_get(); in ZTEST() 292 zassert_equal(phy_rx, 0x03); in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/ |
D | radio.h | 47 void radio_switch_complete_and_rx(uint8_t phy_rx); 48 void radio_switch_complete_and_tx(uint8_t phy_rx, uint8_t flags_rx, uint8_t phy_tx,
|
D | radio.c | 928 void radio_switch_complete_and_rx(uint8_t phy_rx) in radio_switch_complete_and_rx() argument 937 void radio_switch_complete_and_tx(uint8_t phy_rx, uint8_t flags_rx, uint8_t phy_tx, in radio_switch_complete_and_tx() argument
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio.h | 101 void radio_switch_complete_and_rx(uint8_t phy_rx); 102 void radio_switch_complete_and_tx(uint8_t phy_rx, uint8_t flags_rx, uint8_t phy_tx, 105 uint8_t phy_rx, uint8_t flags_rx, uint8_t phy_tx, uint8_t flags_tx,
|
D | radio.c | 946 void radio_switch_complete_and_rx(uint8_t phy_rx) in radio_switch_complete_and_rx() argument 959 sw_switch(SW_SWITCH_TX, SW_SWITCH_RX, SW_SWITCH_PHY_1M, SW_SWITCH_FLAGS_DONTCARE, phy_rx, in radio_switch_complete_and_rx() 964 void radio_switch_complete_and_tx(uint8_t phy_rx, uint8_t flags_rx, in radio_switch_complete_and_tx() argument 974 sw_switch(SW_SWITCH_RX, SW_SWITCH_TX, phy_rx, flags_rx, phy_tx, flags_tx, in radio_switch_complete_and_tx() 980 uint8_t phy_rx, uint8_t flags_rx, uint8_t phy_tx, uint8_t flags_tx, in radio_switch_complete_with_delay_compensation_and_tx() argument 989 sw_switch(SW_SWITCH_RX, SW_SWITCH_TX, phy_rx, flags_rx, phy_tx, flags_tx, end_delay_en); in radio_switch_complete_with_delay_compensation_and_tx()
|
/Zephyr-latest/tests/bluetooth/df/common/src/ |
D | radio_df_stub.c | 47 void radio_switch_complete_phyend_and_rx(uint8_t phy_rx) in radio_switch_complete_phyend_and_rx() argument
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/ |
D | main.c | 761 static void check_pref_phy_state(const struct ll_conn *conn, uint8_t phy_tx, uint8_t phy_rx) in check_pref_phy_state() argument 763 zassert_equal(conn->phy_pref_rx, phy_rx, in check_pref_phy_state() 765 phy_rx); in check_pref_phy_state() 772 uint8_t phy_rx) in check_current_phy_state() argument 774 zassert_equal(conn->lll.phy_rx, phy_rx, in check_current_phy_state() 775 "Current RX PHY mismatch %d (actual) != %d (expected)", conn->lll.phy_rx, in check_current_phy_state() 776 phy_rx); in check_current_phy_state() 817 conn.lll.phy_rx = PHY_1M; in phy_update_setup()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/ |
D | main.c | 103 conn.lll.phy_rx = PHY_1M; in collision_setup() 132 zassert_equal(_conn.lll.phy_rx, _rx, \ 134 _conn.lll.phy_rx, _rx); \ 138 zassert_equal(_conn.lll.phy_rx, _rx, \
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_phy.c | 155 if (ctx->data.pu.rx != conn->lll.phy_rx) { in pu_prep_update_ind() 235 const uint8_t old_rx = lll->phy_rx; in pu_apply_phy_update() 253 lll->phy_rx = c_to_p_phy; in pu_apply_phy_update() 259 lll->phy_rx = p_to_c_phy; in pu_apply_phy_update() 267 return ((old_tx != lll->phy_tx) || (old_rx != lll->phy_rx)); in pu_apply_phy_update() 302 pu_calc_eff_time(lll->dle.eff.max_rx_octets, lll->phy_rx, max_rx_time); in pu_update_eff_times() 447 pdu->rx = conn->lll.phy_rx; in pu_ntf()
|
D | lll_conn.h | 121 uint8_t phy_rx:3; member
|
D | ull_peripheral.c | 368 PDU_DC_MAX_US(PDU_DC_PAYLOAD_SIZE_MIN, lll->phy_rx)); 375 max_rx_time = PDU_MAX_US(0U, 0U, lll->phy_rx); 384 ready_delay_us = lll_radio_rx_ready_delay_get(lll->phy_rx, PHY_FLAGS_S8);
|
D | ull_conn.c | 645 *rx = conn->lll.phy_rx; in ll_phy_get() 1306 lll_radio_rx_ready_delay_get(lll->phy_rx, PHY_FLAGS_S8) : in ull_conn_done() 1318 PDU_DC_MAX_US(PDU_DC_PAYLOAD_SIZE_MIN, lll->phy_rx)); in ull_conn_done() 1323 rx_time = PDU_MAX_US(0U, 0U, lll->phy_rx); in ull_conn_done() 2298 max_rx_time = MAX(max_rx_time, PDU_DC_MAX_US(PDU_DC_PAYLOAD_SIZE_MIN, lll->phy_rx)); in ull_conn_update_parameters() 2549 unsigned int min_eff_rx_time = (conn->lll.phy_rx == PHY_CODED) ? in ull_dle_update_eff_rx() 2867 if (!(phys & (conn->lll.phy_tx | conn->lll.phy_rx))) {
|
D | ull_df.c | 970 if (conn->lll.phy_rx == PHY_CODED) { in ll_df_set_conn_cte_req_enable()
|
D | ull_central.c | 224 conn_lll->phy_rx = PHY_1M; in ll_create_connection()
|
D | ull_llcp_common.c | 691 conn->lll.phy_rx != PHY_CODED) {
|
D | ull_adv.c | 1049 conn_lll->phy_rx = lll->phy_s; 1055 conn_lll->phy_rx = PHY_1M;
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/ |
D | main.c | 65 conn.lll.phy_rx = PHY_1M; in phy_setup() 94 zassert_equal(_conn.lll.phy_rx, _rx, \ 96 _conn.lll.phy_rx, _rx); \ 100 zassert_equal(_conn.lll.phy_rx, _rx, \
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 3125 uint8_t phy_rx; in le_df_connection_iq_report() local 3138 phy_rx = lll->phy_rx; in le_df_connection_iq_report() 3141 LL_ASSERT(phy_rx != PHY_CODED); in le_df_connection_iq_report() 3143 phy_rx = PHY_1M; in le_df_connection_iq_report() 3171 sep->rx_phy = phy_rx; in le_df_connection_iq_report() 5421 uint8_t phy_rx; local 5433 phy_rx = lll->phy_rx; 5436 LL_ASSERT(phy_rx != PHY_CODED); 5438 phy_rx = PHY_1M; 5466 sep->rx_phy = phy_rx;
|