Home
last modified time | relevance | path

Searched refs:BT_LE_ADV_OPT_USE_IDENTITY (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_own_addr/src/
Dmain.c159 options |= BT_LE_ADV_OPT_USE_IDENTITY; in ZTEST()
201 options &= ~BT_LE_ADV_OPT_USE_IDENTITY; in ZTEST()
238 options &= ~BT_LE_ADV_OPT_USE_IDENTITY; in ZTEST()
Dtest_suite_invalid_inputs.c178 options |= BT_LE_ADV_OPT_USE_IDENTITY; in ZTEST()
210 options &= ~BT_LE_ADV_OPT_USE_IDENTITY; in ZTEST()
/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy.h8 #define ADV_OPT_USE_IDENTITY BT_LE_ADV_OPT_USE_IDENTITY
Dadv_legacy.c89 param.options = BT_LE_ADV_OPT_USE_IDENTITY; in bt_data_send()
Dadv_ext.c442 .options = BT_LE_ADV_OPT_USE_IDENTITY, in bt_mesh_adv_init()
Dproxy_srv.c49 BT_LE_ADV_OPT_USE_IDENTITY : (private) ? BT_LE_ADV_OPT_USE_NRPA : 0)
/Zephyr-latest/tests/bluetooth/host/id/bt_id_adv_random_addr_check/src/
Dmain.c124 adv_param.options |= BT_LE_ADV_OPT_USE_IDENTITY; in ZTEST()
158 adv_param.options |= BT_LE_ADV_OPT_USE_IDENTITY; in ZTEST()
/Zephyr-latest/samples/bluetooth/bthome_sensor_template/src/
Dmain.c15 #define ADV_PARAM BT_LE_ADV_PARAM(BT_LE_ADV_OPT_USE_IDENTITY, \
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/
Ddut.c83 start_advertising(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_USE_IDENTITY); in dut_procedure()
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/src/
Dmain.c34 BT_LE_ADV_OPT_USE_IDENTITY,
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h615 BT_LE_ADV_OPT_USE_IDENTITY = BIT(2), enumerator
1067 #define BT_LE_ADV_NCONN_IDENTITY BT_LE_ADV_PARAM(BT_LE_ADV_OPT_USE_IDENTITY, \
1133 BT_LE_ADV_OPT_USE_IDENTITY, \
1163 BT_LE_ADV_OPT_USE_IDENTITY, \
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/
Dtester.c144 BT_LE_ADV_PARAM_INIT(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_USE_IDENTITY, in tester_procedure_periph_delayed_start_of_conn_adv()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/
Dmain.c53 err = bt_le_adv_start(BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_USE_IDENTITY, in start_advertising()
/Zephyr-latest/subsys/bluetooth/host/
Did.c783 if (((param->options & BT_LE_ADV_OPT_USE_IDENTITY) && in bt_id_adv_random_addr_check()
799 (param->options & BT_LE_ADV_OPT_USE_IDENTITY)) { in bt_id_adv_random_addr_check()
1873 if (options & BT_LE_ADV_OPT_USE_IDENTITY) { in bt_id_set_adv_own_addr()
1895 !(options & BT_LE_ADV_OPT_USE_IDENTITY)) { in bt_id_set_adv_own_addr()
1929 if (options & BT_LE_ADV_OPT_USE_IDENTITY) { in bt_id_set_adv_own_addr()
Dadv.c435 (param->options & BT_LE_ADV_OPT_USE_IDENTITY) && in valid_adv_ext_param()
1115 param->options & BT_LE_ADV_OPT_USE_IDENTITY); in bt_le_adv_start_legacy()
1262 param->options & BT_LE_ADV_OPT_USE_IDENTITY); in le_ext_adv_param_set()
1475 options |= BT_LE_ADV_OPT_USE_IDENTITY; in adv_get_options()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_peripheral.c218 params.options |= BT_LE_ADV_OPT_USE_IDENTITY; in update_adv_params()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c2029 param.options |= BT_LE_ADV_OPT_USE_IDENTITY; in cmd_advertise()
2107 param.options |= BT_LE_ADV_OPT_USE_IDENTITY; in cmd_directed_adv()
2176 param->options |= BT_LE_ADV_OPT_USE_IDENTITY; in adv_param_parse()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c642 param->options |= BT_LE_ADV_OPT_USE_IDENTITY; in tester_gap_create_adv_instance()