/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_id_set_adv_own_addr/src/ |
D | test_suite_invalid_inputs.c | 74 options |= BT_LE_ADV_OPT_CONNECTABLE; in ZTEST() 107 options |= BT_LE_ADV_OPT_CONNECTABLE; in ZTEST() 140 options |= BT_LE_ADV_OPT_CONNECTABLE; in ZTEST() 179 options &= ~BT_LE_ADV_OPT_CONNECTABLE; in ZTEST() 209 options &= ~BT_LE_ADV_OPT_CONNECTABLE; in ZTEST()
|
D | main.c | 56 options |= BT_LE_ADV_OPT_CONNECTABLE; in ZTEST() 105 options |= BT_LE_ADV_OPT_CONNECTABLE; in ZTEST() 159 options &= ~BT_LE_ADV_OPT_CONNECTABLE; in ZTEST() 199 options &= ~BT_LE_ADV_OPT_CONNECTABLE; in ZTEST() 236 options &= ~BT_LE_ADV_OPT_CONNECTABLE; in ZTEST()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/legacy/src/ |
D | dut.c | 85 start_advertising(BT_LE_ADV_OPT_CONNECTABLE | BT_LE_ADV_OPT_USE_IDENTITY); in dut_procedure() 97 start_advertising(BT_LE_ADV_OPT_CONNECTABLE); in dut_procedure()
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | bluetooth.h | 510 BT_LE_ADV_OPT_CONNECTABLE = BIT(0), enumerator 885 #define BT_LE_ADV_CONN_DIR(_peer) BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \ 890 #define BT_LE_ADV_CONN BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE, \ 894 #define BT_LE_ADV_CONN_NAME BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \ 899 #define BT_LE_ADV_CONN_NAME_AD BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \ 906 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | BT_LE_ADV_OPT_ONE_TIME | \ 928 BT_LE_ADV_OPT_CONNECTABLE | \
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/read_fill_buf/testlib/ |
D | adv.c | 53 param.options |= BT_LE_ADV_OPT_CONNECTABLE; in bt_testlib_adv_conn()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/privacy/device/src/ |
D | test_undirected_peripheral.c | 169 params.options |= BT_LE_ADV_OPT_CONNECTABLE; in create_adv() 194 params.options |= BT_LE_ADV_OPT_CONNECTABLE; in update_adv_params() 198 params.options |= BT_LE_ADV_OPT_CONNECTABLE; in update_adv_params()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/ |
D | peripheral.c | 18 params.options |= BT_LE_ADV_OPT_CONNECTABLE; in create_adv()
|
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_id_adv_random_addr_check/src/ |
D | main.c | 157 adv_param.options &= ~BT_LE_ADV_OPT_CONNECTABLE; in ZTEST()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | adv.c | 395 !(param->options & BT_LE_ADV_OPT_CONNECTABLE)) { in valid_adv_ext_param() 444 if (!(param->options & BT_LE_ADV_OPT_CONNECTABLE)) { in valid_adv_ext_param() 487 if (param->peer && !(param->options & BT_LE_ADV_OPT_CONNECTABLE)) { in valid_adv_param() 1017 if (param->options & BT_LE_ADV_OPT_CONNECTABLE) { in bt_le_adv_start_legacy() 1059 (param->options & BT_LE_ADV_OPT_CONNECTABLE)) { in bt_le_adv_start_legacy() 1102 param->options & BT_LE_ADV_OPT_CONNECTABLE); in bt_le_adv_start_legacy() 1183 if (param->options & BT_LE_ADV_OPT_CONNECTABLE) { in le_ext_adv_param_set() 1246 param->options & BT_LE_ADV_OPT_CONNECTABLE); in le_ext_adv_param_set() 1306 (param->options & BT_LE_ADV_OPT_CONNECTABLE)) { in bt_le_adv_start_ext() 1457 options |= BT_LE_ADV_OPT_CONNECTABLE; in adv_get_options() [all …]
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/sc_indicate/src/ |
D | bs_bt_utils.c | 132 params.options |= BT_LE_ADV_OPT_CONNECTABLE; in create_adv()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/ |
D | bs_bt_utils.c | 167 param.options |= BT_LE_ADV_OPT_CONNECTABLE; in advertise_connectable()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/security_changed_callback/src/ |
D | bs_bt_utils.c | 179 param.options |= BT_LE_ADV_OPT_CONNECTABLE; in advertise_connectable()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/ |
D | bs_bt_utils.c | 167 param.options |= BT_LE_ADV_OPT_CONNECTABLE; in advertise_connectable()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | utils.c | 108 param.options |= BT_LE_ADV_OPT_CONNECTABLE; in advertise_connectable()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/bond_per_connection/src/ |
D | bs_bt_utils.c | 188 param.options |= BT_LE_ADV_OPT_CONNECTABLE; in advertise_connectable()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/id_addr_update/peripheral/src/ |
D | utils.c | 157 param.options |= BT_LE_ADV_OPT_CONNECTABLE; in advertise_connectable()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/adv/resume/src/ |
D | bs_bt_utils.c | 200 param.options |= BT_LE_ADV_OPT_CONNECTABLE; in advertise_connectable()
|
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_sync_rsp/src/ |
D | main.c | 226 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_ONE_TIME | BT_LE_ADV_OPT_CONNECTABLE | in main()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/ccc_store/src/ |
D | peripheral.c | 64 params.options |= BT_LE_ADV_OPT_CONNECTABLE; in create_adv()
|
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral_identity/src/ |
D | peripheral_identity.c | 31 .options = (BT_LE_ADV_OPT_CONNECTABLE | in adv_start()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | pb_gatt_srv.c | 44 (BT_LE_ADV_OPT_CONNECTABLE | BT_LE_ADV_OPT_SCANNABLE | \
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/security/ccc_update/src/ |
D | peripheral.c | 65 params.options |= BT_LE_ADV_OPT_CONNECTABLE; in create_adv()
|
/Zephyr-Core-3.5.0/samples/bluetooth/hci_pwr_ctrl/src/ |
D | main.c | 42 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | BT_LE_ADV_OPT_USE_NAME,
|
/Zephyr-Core-3.5.0/samples/bluetooth/encrypted_advertising/peripheral/src/ |
D | peripheral_ead.c | 134 params.options |= BT_LE_ADV_OPT_CONNECTABLE; in create_adv()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/l2cap/credits/src/ |
D | main.c | 212 #define BT_LE_ADV_CONN_NAME_OT BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \
|