Home
last modified time | relevance | path

Searched refs:tx_pwr_lvl (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dll_tx_pwr.c47 uint16_t handle, uint8_t type, int8_t *tx_pwr_lvl) in ll_tx_pwr_lvl_get() argument
66 *tx_pwr_lvl = adv->lll.tx_pwr_lvl; in ll_tx_pwr_lvl_get()
88 *tx_pwr_lvl = scan->lll.tx_pwr_lvl; in ll_tx_pwr_lvl_get()
104 *tx_pwr_lvl = lll_radio_tx_pwr_max_get(); in ll_tx_pwr_lvl_get()
107 *tx_pwr_lvl = RADIO_TXP_DEFAULT; in ll_tx_pwr_lvl_get()
112 *tx_pwr_lvl = conn->lll.tx_pwr_lvl; in ll_tx_pwr_lvl_get()
115 *tx_pwr_lvl = RADIO_TXP_DEFAULT; in ll_tx_pwr_lvl_get()
131 int8_t *const tx_pwr_lvl) in ll_tx_pwr_lvl_set() argument
134 if (*tx_pwr_lvl == BT_HCI_VS_LL_TX_POWER_LEVEL_NO_PREF) { in ll_tx_pwr_lvl_set()
136 *tx_pwr_lvl = RADIO_TXP_DEFAULT; in ll_tx_pwr_lvl_set()
[all …]
Dlll_scan.h62 int8_t tx_pwr_lvl; member
Dlll_adv.h216 int8_t tx_pwr_lvl; member
Dlll_conn.h162 int8_t tx_pwr_lvl; member
Dlll.h604 int8_t lll_radio_tx_pwr_floor(int8_t tx_pwr_lvl);
Dull_central.c240 conn_lll->tx_pwr_lvl = RADIO_TXP_DEFAULT; in ll_create_connection()
763 lll->tx_pwr_lvl = RADIO_TXP_DEFAULT;
Dull_peripheral.c288 lll->tx_pwr_lvl = RADIO_TXP_DEFAULT;
Dull_scan.c907 ll_scan[0].lll.tx_pwr_lvl = RADIO_TXP_DEFAULT;
Dull_adv.c1068 conn_lll->tx_pwr_lvl = RADIO_TXP_DEFAULT;
2230 ll_adv[0].lll.tx_pwr_lvl = RADIO_TXP_DEFAULT;
/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/src/
Dmain.c82 static void set_tx_power(uint8_t handle_type, uint16_t handle, int8_t tx_pwr_lvl) in set_tx_power() argument
99 cp->tx_power_level = tx_pwr_lvl; in set_tx_power()
114 static void get_tx_power(uint8_t handle_type, uint16_t handle, int8_t *tx_pwr_lvl) in get_tx_power() argument
121 *tx_pwr_lvl = 0xFF; in get_tx_power()
141 *tx_pwr_lvl = rp->tx_power_level; in get_tx_power()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_central.c175 radio_tx_power_set(lll->tx_pwr_lvl); in prepare_cb()
Dlll_peripheral.c201 radio_tx_power_set(lll->tx_pwr_lvl);
Dlll_adv_sync.c161 radio_tx_power_set(lll->adv->tx_pwr_lvl);
Dlll.c708 int8_t lll_radio_tx_pwr_floor(int8_t tx_pwr_lvl) argument
710 return radio_tx_power_floor(tx_pwr_lvl);
Dlll_central_iso.c192 radio_tx_power_set(conn_lll->tx_pwr_lvl); in prepare_cb()
906 radio_tx_power_set(next_conn_lll->tx_pwr_lvl); in isr_rx()
Dlll_adv_aux.c193 radio_tx_power_set(lll_adv->tx_pwr_lvl); in prepare_cb()
Dlll_adv_iso.c242 radio_tx_power_set(lll->adv->tx_pwr_lvl); in prepare_cb_common()
Dlll_adv.c962 radio_tx_power_set(lll->tx_pwr_lvl); in prepare_cb()
Dlll_scan.c374 radio_tx_power_set(lll->tx_pwr_lvl);
Dlll_scan_aux.c490 radio_tx_power_set(lll->tx_pwr_lvl); in prepare_cb()
Dlll_peripheral_iso.c213 radio_tx_power_set(conn_lll->tx_pwr_lvl); in prepare_cb()
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h262 uint16_t handle, uint8_t type, int8_t *const tx_pwr_lvl);
265 int8_t *const tx_pwr_lvl);