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-4.1.0/include/zephyr/bluetooth/
Dbluetooth.h995 BT_LE_PER_ADV_OPT_USE_TX_POWER = BIT(1), enumerator
/Zephyr-4.1.0/tests/bluetooth/tester/src/
Dbtp_gap.c1556 options |= BT_LE_PER_ADV_OPT_USE_TX_POWER; in padv_configure()
/Zephyr-4.1.0/subsys/bluetooth/host/
Dadv.c1922 if (param->options & BT_LE_PER_ADV_OPT_USE_TX_POWER) { in bt_le_per_adv_set_param()