/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_own_addr/src/ |
D | test_suite_invalid_inputs.c | 74 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()
|
D | main.c | 57 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/ |
D | dut.c | 83 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/ |
D | bluetooth.h | 603 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/ |
D | test_undirected_peripheral.c | 169 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/ |
D | adv.c | 53 param.options |= BT_LE_ADV_OPT_CONN; in bt_testlib_adv_conn()
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/ |
D | peripheral.c | 18 params.options |= BT_LE_ADV_OPT_CONN; in create_adv()
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_adv_random_addr_check/src/ |
D | main.c | 157 adv_param.options &= ~BT_LE_ADV_OPT_CONN; in ZTEST()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/ |
D | bs_bt_utils.c | 132 params.options |= BT_LE_ADV_OPT_CONN; in create_adv()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/ |
D | bs_bt_utils.c | 166 param.options |= BT_LE_ADV_OPT_CONN; in advertise_connectable()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/ |
D | bs_bt_utils.c | 166 param.options |= BT_LE_ADV_OPT_CONN; in advertise_connectable()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/security_changed_callback/src/ |
D | bs_bt_utils.c | 178 param.options |= BT_LE_ADV_OPT_CONN; in advertise_connectable()
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/ |
D | tester.c | 144 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/ |
D | utils.c | 124 param.options |= BT_LE_ADV_OPT_CONN; in advertise_connectable()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/ |
D | bs_bt_utils.c | 187 param.options |= BT_LE_ADV_OPT_CONN; in advertise_connectable()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/peripheral/src/ |
D | utils.c | 156 param.options |= BT_LE_ADV_OPT_CONN; in advertise_connectable()
|
/Zephyr-latest/samples/bluetooth/channel_sounding/src/ |
D | cs_test_reflector.c | 201 err = bt_le_adv_start(BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_1, in main()
|
D | connected_cs_reflector.c | 185 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/ |
D | main.c | 218 .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/ |
D | main.c | 53 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/ |
D | pb_gatt_srv.c | 38 (BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_SCANNABLE | ADV_OPT_USE_IDENTITY)
|
/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/src/ |
D | main.c | 50 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/ |
D | peripheral.c | 66 params.options |= BT_LE_ADV_OPT_CONN; in create_adv()
|
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/ |
D | peripheral_identity.c | 37 .options = BT_LE_ADV_OPT_CONN, in adv_start()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/ |
D | main.c | 83 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, \
|