Searched refs:tx_pwr (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/wifi/nrf_wifi/off_raw_tx/ |
D | off_raw_tx_api.h | 146 unsigned int tx_pwr; member
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv_sync.c | 1167 if (fields->tx_pwr && (hdr->ext_hdr_len == 0U || hdr->ext_hdr.tx_pwr == 0U)) { 1227 if (hdr->ext_hdr.tx_pwr) { 1243 if (hdr->ext_hdr.tx_pwr) { 1246 } else if (fields->tx_pwr) { 1247 hdr->ext_hdr.tx_pwr = 1U; 1336 if (hdr->ext_hdr.tx_pwr) { 1337 if (fields->tx_pwr) { 1340 hdr->ext_hdr.tx_pwr = 0U; 1448 if (source_hdr->ext_hdr.tx_pwr) { 1449 if (!skip_fields->tx_pwr) { [all …]
|
D | ull_adv_aux.c | 1786 if (pri_hdr_prev.tx_pwr) { in ull_adv_aux_hdr_set_clear() 1793 pri_hdr.tx_pwr = 1; in ull_adv_aux_hdr_set_clear() 1796 sec_hdr.tx_pwr = 1; in ull_adv_aux_hdr_set_clear() 1799 if (sec_hdr_prev.tx_pwr) { in ull_adv_aux_hdr_set_clear() 1802 sec_hdr.tx_pwr = 1; in ull_adv_aux_hdr_set_clear() 1804 if (sec_hdr.tx_pwr) { in ull_adv_aux_hdr_set_clear() 1925 if (pri_hdr.tx_pwr) { in ull_adv_aux_hdr_set_clear() 1927 } else if (sec_hdr.tx_pwr) { in ull_adv_aux_hdr_set_clear() 2235 if (hdr_prev.tx_pwr) { in ull_adv_aux_pdu_set_clear() 2238 hdr.tx_pwr = 1; in ull_adv_aux_pdu_set_clear() [all …]
|
D | ull_adv.c | 220 uint8_t *const tx_pwr, uint8_t phy_p, uint8_t skip, argument 551 if (pri_hdr_prev.tx_pwr) { 559 pri_hdr->tx_pwr = 1; 577 if (pri_hdr_prev.tx_pwr) { 580 if (pri_hdr->tx_pwr) { 584 if (tx_pwr) { 585 if (*tx_pwr != BT_HCI_LE_ADV_TX_POWER_NO_PREF) { 586 _tx_pwr = *tx_pwr; 588 *tx_pwr = _tx_pwr;
|
D | pdu.h | 427 uint8_t tx_pwr:1; member 431 uint8_t tx_pwr:1;
|
D | ull_scan_aux.c | 502 if (h->tx_pwr) { in ull_scan_aux_setup() 1836 if (h->tx_pwr) { in ull_scan_aux_setup()
|
D | ull_adv_iso.c | 1482 if (h->tx_pwr) { in big_info_get()
|
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/src/ |
D | common.c | 325 ext_hdr->tx_pwr, in common_validate_per_adv_pdu() 330 ext_hdr->tx_pwr, in common_validate_per_adv_pdu()
|
/Zephyr-latest/drivers/wifi/nrf_wifi/off_raw_tx/src/ |
D | off_raw_tx_api.c | 346 off_ctrl_params->tx_pwr = conf->tx_pwr; in nrf70_off_raw_tx_conf_update()
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 3424 uint8_t tx_pwr; in le_set_ext_adv_param() local 3475 tx_pwr = cmd->tx_power; in le_set_ext_adv_param() 3483 &tx_pwr, phy_p, cmd->sec_adv_max_skip, phy_s, in le_set_ext_adv_param() 3488 rp->tx_power = tx_pwr; in le_set_ext_adv_param() 6832 uint8_t *const sec_phy, int8_t *const tx_pwr, argument 6842 *tx_pwr = BT_HCI_LE_ADV_TX_POWER_NO_PREF; 6881 if (h->tx_pwr) { 6882 *tx_pwr = *(int8_t *)ptr; 6922 int8_t tx_pwr, int8_t rssi, argument 6963 adv_info->tx_power = tx_pwr; [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/include/ |
D | ll.h | 66 uint8_t *const tx_pwr, uint8_t phy_p, uint8_t skip,
|