Home
last modified time | relevance | path

Searched refs:radio_tx_power_set (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_central.c175 radio_tx_power_set(lll->tx_pwr_lvl); in prepare_cb()
177 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
Dlll_peripheral.c201 radio_tx_power_set(lll->tx_pwr_lvl);
203 radio_tx_power_set(RADIO_TXP_DEFAULT);
Dlll_adv_sync.c161 radio_tx_power_set(lll->adv->tx_pwr_lvl);
163 radio_tx_power_set(RADIO_TXP_DEFAULT);
Dlll_central_iso.c192 radio_tx_power_set(conn_lll->tx_pwr_lvl); in prepare_cb()
194 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
906 radio_tx_power_set(next_conn_lll->tx_pwr_lvl); in isr_rx()
908 radio_tx_power_set(RADIO_TXP_DEFAULT); in isr_rx()
Dlll_adv_aux.c193 radio_tx_power_set(lll_adv->tx_pwr_lvl); in prepare_cb()
195 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
Dlll_adv_iso.c242 radio_tx_power_set(lll->adv->tx_pwr_lvl); in prepare_cb_common()
244 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb_common()
Dlll_test.c308 radio_tx_power_set(tx_power); in tx_power_set()
Dlll_adv.c962 radio_tx_power_set(lll->tx_pwr_lvl); in prepare_cb()
964 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
Dlll_scan.c374 radio_tx_power_set(lll->tx_pwr_lvl);
376 radio_tx_power_set(RADIO_TXP_DEFAULT);
Dlll_scan_aux.c490 radio_tx_power_set(lll->tx_pwr_lvl); in prepare_cb()
492 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
Dlll_peripheral_iso.c213 radio_tx_power_set(conn_lll->tx_pwr_lvl); in prepare_cb()
215 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.h19 void radio_tx_power_set(uint32_t power);
Dradio.c614 void radio_tx_power_set(uint32_t power) in radio_tx_power_set() function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_central.c137 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
Dlll_peripheral.c161 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
Dlll_adv.c348 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
Dlll_scan.c155 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.h66 void radio_tx_power_set(int8_t power);
Dradio.c312 void radio_tx_power_set(int8_t power) in radio_tx_power_set() function
344 radio_tx_power_set(power); in radio_tx_power_max_set()