Home
last modified time | relevance | path

Searched refs:BT_HCI_ADV_DIRECT_IND (Results 1 – 16 of 16) sorted by relevance

/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/adv/resume/src/
Dbs_bt_utils.c91 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in scan_connect_to_first_result_device_found()
135 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in scan_expect_same_address_device_found()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/audio/src/
Dcommon.c30 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in device_found()
/Zephyr-Core-3.4.0/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-Core-3.4.0/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-Core-3.4.0/tests/bsim/bluetooth/host/gatt/settings/src/
Dutils.c72 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in scan_connect_to_first_result_device_found()
/Zephyr-Core-3.4.0/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-Core-3.4.0/samples/bluetooth/central_ht/src/
Dmain.c219 if (type == BT_HCI_ADV_IND || type == BT_HCI_ADV_DIRECT_IND) { in device_found()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_client_test.c77 if (type != BT_HCI_ADV_IND && type != BT_HCI_ADV_DIRECT_IND) { in device_found()
/Zephyr-Core-3.4.0/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-Core-3.4.0/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-Core-3.4.0/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-Core-3.4.0/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-Core-3.4.0/tests/bsim/bluetooth/ll/advx/src/
Dmain.c222 err = ll_adv_params_set(handle, 0, 0, BT_HCI_ADV_DIRECT_IND, in test_advx_main()
258 err = ll_adv_params_set(handle, 0, 0, BT_HCI_ADV_DIRECT_IND, in test_advx_main()
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dadv.c1026 set_param.type = BT_HCI_ADV_DIRECT_IND; in bt_le_adv_start_legacy()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dhci_types.h876 #define BT_HCI_ADV_DIRECT_IND 0x01 macro
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/hci/
Dhci.c1563 (cmd->type != BT_HCI_ADV_DIRECT_IND)) { in le_set_adv_param()
6123 dir_info->evt_type = BT_HCI_ADV_DIRECT_IND;