Home
last modified time | relevance | path

Searched refs:BT_HCI_LE_ADV_PROP_TX_POWER (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dadv.c1181 props |= BT_HCI_LE_ADV_PROP_TX_POWER; in le_ext_adv_param_set()
1893 props |= BT_HCI_LE_ADV_PROP_TX_POWER; in bt_le_per_adv_set_param()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv.c557 if ((evt_prop & BT_HCI_LE_ADV_PROP_TX_POWER) &&
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1505 #define BT_HCI_LE_ADV_PROP_TX_POWER BIT(6) macro