Searched refs:HCI_BREDR_ENABLED (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/net/bluetooth/ |
A D | hci_sync.c | 761 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_class_sync() 939 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_update_random_address_sync() 2940 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_write_fast_connectable_sync() 3007 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_scan_sync() 3109 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED))) { in hci_powered_update_sync() 3406 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_set_event_filter_sync() 3627 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_sync() 5261 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_update_discoverable_sync() 5327 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_connectable_sync() 5577 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_event_filter_sync()
|
A D | eir.c | 291 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in eir_create_adv_data()
|
A D | mgmt.c | 892 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in get_current_settings() 932 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in get_current_settings() 1181 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in append_eir_data_to_buf() 1546 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_discoverable() 1743 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_connectable() 2510 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_le() 6709 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in set_bredr_complete() 6774 hci_dev_change_flag(hdev, HCI_BREDR_ENABLED); in set_bredr() 6832 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in set_bredr() 6904 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in set_secure_conn() [all …]
|
A D | hci_core.c | 403 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_inquiry() 723 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_update_passive_scan_state() 760 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_dev_cmd() 2381 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_copy_identity_address() 2639 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_register_dev()
|
A D | hci_request.c | 726 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_update_random_address()
|
A D | hci_conn.c | 1567 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_connect_acl()
|
/linux-6.3-rc2/include/net/bluetooth/ |
A D | hci.h | 369 HCI_BREDR_ENABLED, enumerator
|
Completed in 53 milliseconds