Searched refs:tx_pwr_lvl (Results 1 – 22 of 22) sorted by relevance
47 uint16_t handle, uint8_t type, int8_t *tx_pwr_lvl) in ll_tx_pwr_lvl_get() argument66 *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() argument134 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 …]
62 int8_t tx_pwr_lvl; member
216 int8_t tx_pwr_lvl; member
162 int8_t tx_pwr_lvl; member
604 int8_t lll_radio_tx_pwr_floor(int8_t tx_pwr_lvl);
240 conn_lll->tx_pwr_lvl = RADIO_TXP_DEFAULT; in ll_create_connection()763 lll->tx_pwr_lvl = RADIO_TXP_DEFAULT;
288 lll->tx_pwr_lvl = RADIO_TXP_DEFAULT;
907 ll_scan[0].lll.tx_pwr_lvl = RADIO_TXP_DEFAULT;
1068 conn_lll->tx_pwr_lvl = RADIO_TXP_DEFAULT;2230 ll_adv[0].lll.tx_pwr_lvl = RADIO_TXP_DEFAULT;
82 static void set_tx_power(uint8_t handle_type, uint16_t handle, int8_t tx_pwr_lvl) in set_tx_power() argument99 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() argument121 *tx_pwr_lvl = 0xFF; in get_tx_power()141 *tx_pwr_lvl = rp->tx_power_level; in get_tx_power()
175 radio_tx_power_set(lll->tx_pwr_lvl); in prepare_cb()
201 radio_tx_power_set(lll->tx_pwr_lvl);
161 radio_tx_power_set(lll->adv->tx_pwr_lvl);
708 int8_t lll_radio_tx_pwr_floor(int8_t tx_pwr_lvl) argument710 return radio_tx_power_floor(tx_pwr_lvl);
192 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()
193 radio_tx_power_set(lll_adv->tx_pwr_lvl); in prepare_cb()
242 radio_tx_power_set(lll->adv->tx_pwr_lvl); in prepare_cb_common()
962 radio_tx_power_set(lll->tx_pwr_lvl); in prepare_cb()
374 radio_tx_power_set(lll->tx_pwr_lvl);
490 radio_tx_power_set(lll->tx_pwr_lvl); in prepare_cb()
213 radio_tx_power_set(conn_lll->tx_pwr_lvl); in prepare_cb()
262 uint16_t handle, uint8_t type, int8_t *const tx_pwr_lvl);265 int8_t *const tx_pwr_lvl);