Home
last modified time | relevance | path

Searched refs:BT_HCI_ADV_IND (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
Dbs_bt_utils.c120 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in scan_connect_to_first_result__device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_denied/src/
Dbs_bt_utils.c120 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in scan_connect_to_first_result__device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dutils.c89 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in scan_connect_to_first_result_device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dbs_bt_utils.c133 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in scan_connect_to_first_result__device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/unregister_conn_cb/src/
Dmain.c74 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dclient_test.c96 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/central/src/
Dutils.c148 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in scan_connect_to_first_result__device_found()
/Zephyr-latest/samples/bluetooth/central_ht/src/
Dmain.c219 if (type == BT_HCI_ADV_IND || type == BT_HCI_ADV_DIRECT_IND) { in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/
Dgatt_client_test.c79 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/
Dgatt_client_test.c79 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_client_test.c102 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_client_test.c84 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_client_test.c94 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_client_test.c87 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c405 set_param.type = BT_HCI_ADV_IND; in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c440 set_param.type = BT_HCI_ADV_IND; in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c462 set_param.type = BT_HCI_ADV_IND; in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c486 set_param.type = BT_HCI_ADV_IND; in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c441 set_param.type = BT_HCI_ADV_IND; in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c470 set_param.type = BT_HCI_ADV_IND; in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dgmap_ugg_test.c491 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in gmap_device_found()
/Zephyr-latest/subsys/bluetooth/host/
Dadv.c1036 set_param.type = BT_HCI_ADV_IND; in bt_le_adv_start_legacy()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1050 #define BT_HCI_ADV_IND 0x00 macro