Home
last modified time | relevance | path

Searched refs:BT_HCI_LE_ADV_TX_POWER_NO_PREF (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c6768 adv_info->tx_power = BT_HCI_LE_ADV_TX_POWER_NO_PREF;
6842 *tx_pwr = BT_HCI_LE_ADV_TX_POWER_NO_PREF;
7080 int8_t scan_rsp_tx_pwr = BT_HCI_LE_ADV_TX_POWER_NO_PREF;
7081 int8_t tx_pwr = BT_HCI_LE_ADV_TX_POWER_NO_PREF;
7129 int8_t tx_pwr_curr = BT_HCI_LE_ADV_TX_POWER_NO_PREF;
7480 (adi && ((tx_pwr != BT_HCI_LE_ADV_TX_POWER_NO_PREF) ||
7678 int8_t tx_pwr = BT_HCI_LE_ADV_TX_POWER_NO_PREF;
7732 sep->tx_power = BT_HCI_LE_ADV_TX_POWER_NO_PREF;
7889 tx_pwr = BT_HCI_LE_ADV_TX_POWER_NO_PREF;
7923 tx_pwr = BT_HCI_LE_ADV_TX_POWER_NO_PREF;
/Zephyr-latest/subsys/bluetooth/host/
Dadv.c1161 cp->tx_power = BT_HCI_LE_ADV_TX_POWER_NO_PREF; in le_ext_adv_param_set()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv.c585 if (*tx_pwr != BT_HCI_LE_ADV_TX_POWER_NO_PREF) {
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1513 #define BT_HCI_LE_ADV_TX_POWER_NO_PREF 0x7F macro