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.c206 radio_tx_power_set(lll->tx_pwr_lvl);
208 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.c183 radio_tx_power_set(conn_lll->tx_pwr_lvl); in prepare_cb()
185 radio_tx_power_set(RADIO_TXP_DEFAULT); in prepare_cb()
916 radio_tx_power_set(next_conn_lll->tx_pwr_lvl); in isr_rx()
918 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.c247 radio_tx_power_set(lll->adv->tx_pwr_lvl); in prepare_cb_common()
249 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.c216 radio_tx_power_set(conn_lll->tx_pwr_lvl); in prepare_cb()
218 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.c313 void radio_tx_power_set(int8_t power) in radio_tx_power_set() function
345 radio_tx_power_set(power); in radio_tx_power_max_set()