Home
last modified time | relevance | path

Searched refs:BT_LE_ADV_OPT_CONN (Results 1 – 25 of 32) 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.c83 start_advertising(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_USE_IDENTITY); in dut_procedure()
95 start_advertising(BT_LE_ADV_OPT_CONN); in dut_procedure()
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h603 BT_LE_ADV_OPT_CONN = BIT(0) | BIT(1), enumerator
970 #define BT_LE_ADV_CONN_DIR(_peer) BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, 0, 0, _peer)
1005 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_1, BT_GAP_ADV_FAST_INT_MAX_1, \
1021 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, \
1048 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_DIR_MODE_LOW_DUTY, \
1074 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.c169 params.options |= BT_LE_ADV_OPT_CONN; in create_adv()
194 params.options |= BT_LE_ADV_OPT_CONN; in update_adv_params()
198 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.c18 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/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/bond_overwrite_allowed/src/
Dbs_bt_utils.c166 param.options |= BT_LE_ADV_OPT_CONN; in advertise_connectable()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/
Dbs_bt_utils.c166 param.options |= BT_LE_ADV_OPT_CONN; in advertise_connectable()
/Zephyr-latest/tests/bsim/bluetooth/host/security/security_changed_callback/src/
Dbs_bt_utils.c178 param.options |= BT_LE_ADV_OPT_CONN; in advertise_connectable()
/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/host/gatt/settings/src/
Dutils.c124 param.options |= BT_LE_ADV_OPT_CONN; in advertise_connectable()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dbs_bt_utils.c187 param.options |= BT_LE_ADV_OPT_CONN; in advertise_connectable()
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/peripheral/src/
Dutils.c156 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/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/tests/bsim/bluetooth/host/security/ccc_update/src/
Dperipheral.c66 params.options |= BT_LE_ADV_OPT_CONN; in create_adv()
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c37 .options = BT_LE_ADV_OPT_CONN, in adv_start()
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c83 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, ADV_INTERVAL_MIN, ADV_INTERVAL_MAX, NULL)
86 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_EXT_ADV, ADV_INTERVAL_MIN, \

12