Home
last modified time | relevance | path

Searched refs:radio_switch_complete_and_rx (Results 1 – 16 of 16) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_central.c153 radio_switch_complete_and_rx(lll->phy_rx); in prepare_cb()
155 radio_switch_complete_and_rx(0); in prepare_cb()
Dlll_test.c152 radio_switch_complete_and_rx(test_phy); in isr_rx()
309 radio_switch_complete_and_rx(test_phy); in ll_test_rx()
Dlll_conn.c231 radio_switch_complete_and_rx(lll->phy_rx); in lll_conn_isr_rx()
233 radio_switch_complete_and_rx(0); in lll_conn_isr_rx()
Dlll_adv.c808 radio_switch_complete_and_rx(0); in chan_prepare()
Dlll_scan.c884 radio_switch_complete_and_rx(0);
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_central.c207 radio_switch_complete_and_rx(lll->phy_rx); in prepare_cb()
209 radio_switch_complete_and_rx(0); in prepare_cb()
Dlll_central_iso.c312 radio_switch_complete_and_rx(cis_lll->rx.phy); in prepare_cb()
314 radio_switch_complete_and_rx(0U); in prepare_cb()
1050 radio_switch_complete_and_rx(cis_lll->rx.phy); in isr_prepare_subevent()
1052 radio_switch_complete_and_rx(0U); in isr_prepare_subevent()
Dlll_conn.c359 radio_switch_complete_and_rx(lll->phy_rx);
361 radio_switch_complete_and_rx(0);
Dlll_scan_aux.c1010 radio_switch_complete_and_rx(phy_aux);
1122 radio_switch_complete_and_rx(phy_aux);
Dlll_adv_aux.c245 radio_switch_complete_and_rx(phy_s); in prepare_cb()
Dlll_scan.c1291 radio_switch_complete_and_rx(0);
Dlll_adv.c1494 radio_switch_complete_and_rx(0); in chan_prepare()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.h47 void radio_switch_complete_and_rx(uint8_t phy_rx);
Dradio.c928 void radio_switch_complete_and_rx(uint8_t phy_rx) in radio_switch_complete_and_rx() function
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.h99 void radio_switch_complete_and_rx(uint8_t phy_rx);
Dradio.c937 void radio_switch_complete_and_rx(uint8_t phy_rx) in radio_switch_complete_and_rx() function