Home
last modified time | relevance | path

Searched refs:radio_switch_complete_and_tx (Results 1 – 15 of 15) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_peripheral.c178 radio_switch_complete_and_tx(lll->phy_rx, 0, lll->phy_tx, in prepare_cb()
181 radio_switch_complete_and_tx(0, 0, 0, 0); in prepare_cb()
Dlll_conn.c350 radio_switch_complete_and_tx(lll->phy_rx, 0, in lll_conn_isr_tx()
354 radio_switch_complete_and_tx(0, 0, 0, 0); in lll_conn_isr_tx()
Dlll_scan.c180 radio_switch_complete_and_tx(0, 0, 0, 0); in prepare_cb()
446 radio_switch_complete_and_tx(0, 0, 0, 0); in isr_tx()
499 radio_switch_complete_and_tx(0, 0, 0, 0); in isr_common_done()
Dlll_adv.c532 radio_switch_complete_and_tx(0, 0, 0, 0); in isr_tx()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_peripheral.c260 radio_switch_complete_and_tx(lll->phy_rx, 0, lll->phy_tx, lll->phy_flags);
262 radio_switch_complete_and_tx(0, 0, 0, 0);
Dlll_peripheral_iso.c273 radio_switch_complete_and_tx(cis_lll->rx.phy, 0U, cis_lll->tx.phy, in prepare_cb()
276 radio_switch_complete_and_tx(0U, 0U, 0U, 0U); in prepare_cb()
893 radio_switch_complete_and_tx(cis_lll->rx.phy, 0U, cis_lll->tx.phy, in isr_tx()
896 radio_switch_complete_and_tx(0U, 0U, 0U, 0U); in isr_tx()
1110 radio_switch_complete_and_tx(cis_lll->rx.phy, 0U, cis_lll->tx.phy, in isr_prepare_subevent_common()
1113 radio_switch_complete_and_tx(0U, 0U, 0U, 0U); in isr_prepare_subevent_common()
Dlll_conn.c560 radio_switch_complete_and_tx(lll->phy_rx, 0, lll->phy_tx, lll->phy_flags);
562 radio_switch_complete_and_tx(0, 0, 0, 0);
Dlll_scan.c416 radio_switch_complete_and_tx(0, 0, 0, 0);
857 radio_switch_complete_and_tx(0, 0, 0, 0);
Dlll_scan_aux.c305 radio_switch_complete_and_tx(phy_aux, 0, phy_aux, 1); in lll_scan_aux_isr_aux_setup()
498 radio_switch_complete_and_tx(lll_aux->phy, 0, lll_aux->phy, 1); in prepare_cb()
Dlll_adv_aux.c488 radio_switch_complete_and_tx(lll->phy_s, 0, lll->phy_s, lll->phy_flags); in isr_tx_rx()
Dlll_adv.c1172 radio_switch_complete_and_tx(phy_p, 0, phy_p, phy_flags); in isr_tx()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.h48 void radio_switch_complete_and_tx(uint8_t phy_rx, uint8_t flags_rx, uint8_t phy_tx,
Dradio.c937 void radio_switch_complete_and_tx(uint8_t phy_rx, uint8_t flags_rx, uint8_t phy_tx, in radio_switch_complete_and_tx() function
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.h100 void radio_switch_complete_and_tx(uint8_t phy_rx, uint8_t flags_rx, uint8_t phy_tx,
Dradio.c955 void radio_switch_complete_and_tx(uint8_t phy_rx, uint8_t flags_rx, in radio_switch_complete_and_tx() function