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/ |
D | lll_peripheral.c | 178 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()
|
D | lll_conn.c | 350 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()
|
D | lll_scan.c | 180 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()
|
D | lll_adv.c | 532 radio_switch_complete_and_tx(0, 0, 0, 0); in isr_tx()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_peripheral.c | 260 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);
|
D | lll_peripheral_iso.c | 273 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()
|
D | lll_conn.c | 560 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);
|
D | lll_scan.c | 416 radio_switch_complete_and_tx(0, 0, 0, 0); 857 radio_switch_complete_and_tx(0, 0, 0, 0);
|
D | lll_scan_aux.c | 305 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()
|
D | lll_adv_aux.c | 488 radio_switch_complete_and_tx(lll->phy_s, 0, lll->phy_s, lll->phy_flags); in isr_tx_rx()
|
D | lll_adv.c | 1172 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/ |
D | radio.h | 48 void radio_switch_complete_and_tx(uint8_t phy_rx, uint8_t flags_rx, uint8_t phy_tx,
|
D | radio.c | 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() function
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio.h | 100 void radio_switch_complete_and_tx(uint8_t phy_rx, uint8_t flags_rx, uint8_t phy_tx,
|
D | radio.c | 955 void radio_switch_complete_and_tx(uint8_t phy_rx, uint8_t flags_rx, in radio_switch_complete_and_tx() function
|