Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h868 BT_LE_PER_ADV_OPT_USE_TX_POWER = BIT(1), enumerator
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c1486 options |= BT_LE_PER_ADV_OPT_USE_TX_POWER;
/Zephyr-latest/subsys/bluetooth/host/
Dadv.c1892 if (param->options & BT_LE_PER_ADV_OPT_USE_TX_POWER) { in bt_le_per_adv_set_param()