Home
last modified time | relevance | path

Searched refs:BT_LE_ADV_OPT_CONN (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_own_addr/src/
Dtest_suite_invalid_inputs.c74 options |= BT_LE_ADV_OPT_CONN; in ZTEST()
107 options |= BT_LE_ADV_OPT_CONN; in ZTEST()
140 options |= BT_LE_ADV_OPT_CONN; in ZTEST()
179 options &= ~BT_LE_ADV_OPT_CONN; in ZTEST()
209 options &= ~BT_LE_ADV_OPT_CONN; in ZTEST()
Dmain.c57 options |= BT_LE_ADV_OPT_CONN; in ZTEST()
106 options |= BT_LE_ADV_OPT_CONN; in ZTEST()
160 options &= ~BT_LE_ADV_OPT_CONN; in ZTEST()
200 options &= ~BT_LE_ADV_OPT_CONN; in ZTEST()
237 options &= ~BT_LE_ADV_OPT_CONN; in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/
Ddut.c92 start_advertising(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_USE_IDENTITY); in dut_procedure()
104 start_advertising(BT_LE_ADV_OPT_CONN); in dut_procedure()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h696 BT_LE_ADV_OPT_CONN = BIT(0) | BIT(1), enumerator
1097 #define BT_LE_ADV_CONN_DIR(_peer) BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, 0, 0, _peer)
1132 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_1, BT_GAP_ADV_FAST_INT_MAX_1, \
1148 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, \
1175 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_DIR_MODE_LOW_DUTY, \
1201 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV | BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_2, \
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_peripheral.c145 params.options |= BT_LE_ADV_OPT_CONN; in create_adv()
170 params.options |= BT_LE_ADV_OPT_CONN; in update_adv_params()
174 params.options |= BT_LE_ADV_OPT_CONN; in update_adv_params()
/Zephyr-latest/tests/bluetooth/common/testlib/src/
Dadv.c53 param.options |= BT_LE_ADV_OPT_CONN; in bt_testlib_adv_conn()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/
Dperipheral.c19 params.options |= BT_LE_ADV_OPT_CONN; in create_adv()
/Zephyr-latest/tests/bluetooth/host/id/bt_id_adv_random_addr_check/src/
Dmain.c157 adv_param.options &= ~BT_LE_ADV_OPT_CONN; in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
Dbs_bt_utils.c148 param.options |= BT_LE_ADV_OPT_CONN; in advertise_connectable()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/
Dbs_bt_utils.c148 param.options |= BT_LE_ADV_OPT_CONN; in advertise_connectable()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dbs_bt_utils.c132 params.options |= BT_LE_ADV_OPT_CONN; in create_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/security/security_changed_callback/src/
Dbs_bt_utils.c163 param.options |= BT_LE_ADV_OPT_CONN; in advertise_connectable()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dbs_bt_utils.c171 param.options |= BT_LE_ADV_OPT_CONN; in advertise_connectable()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/
Dtester.c146 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/host/gatt/settings/src/
Dutils.c124 param.options |= BT_LE_ADV_OPT_CONN; in advertise_connectable()
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/peripheral/src/
Dutils.c143 param.options |= BT_LE_ADV_OPT_CONN; in advertise_connectable()
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dcs_test_reflector.c201 err = bt_le_adv_start(BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_1, in main()
Dconnected_cs_reflector.c185 err = bt_le_adv_start(BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_1, in main()
/Zephyr-latest/samples/bluetooth/peripheral_hr/src/
Dmain.c218 .options = (BT_LE_ADV_OPT_EXT_ADV | BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_CODED), in main()
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dperipheral.c67 params.options |= BT_LE_ADV_OPT_CONN; in create_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/mesh/
Dpb_gatt_srv.c38 (BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_SCANNABLE | ADV_OPT_USE_IDENTITY)
/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/src/
Dmain.c50 BT_LE_ADV_OPT_CONN, BT_GAP_MS_TO_ADV_INTERVAL(20), BT_GAP_MS_TO_ADV_INTERVAL(20), NULL);
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c37 .options = BT_LE_ADV_OPT_CONN, in adv_start()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h64 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_EXT_ADV, BT_GAP_MS_TO_ADV_INTERVAL(20), \
73 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_EXT_ADV, \

12