Home
last modified time | relevance | path

Searched refs:BT_LE_ADV_OPT_NOTIFY_SCAN_REQ (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bluetooth/df/connectionless_cte_tx/src/
Dcommon.c20 (BT_LE_ADV_OPT_EXT_ADV | BT_LE_ADV_OPT_NOTIFY_SCAN_REQ),
/Zephyr-latest/samples/bluetooth/hci_vs_scan_req/src/
Dmain.c27 #define ADV_OPTIONS (BT_LE_ADV_OPT_SCANNABLE | BT_LE_ADV_OPT_NOTIFY_SCAN_REQ)
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/
Dtester.c100 BT_LE_ADV_OPT_NOTIFY_SCAN_REQ; in start_advertising()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_peripheral.c210 params.options |= BT_LE_ADV_OPT_NOTIFY_SCAN_REQ; in update_adv_params()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h676 BT_LE_ADV_OPT_NOTIFY_SCAN_REQ = BIT(8), enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dadv.c1188 if (param->options & BT_LE_ADV_OPT_NOTIFY_SCAN_REQ) { in le_ext_adv_param_set()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c2167 param->options |= BT_LE_ADV_OPT_NOTIFY_SCAN_REQ; in adv_param_parse()