Searched refs:HCI_BREDR_ENABLED (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/net/bluetooth/ |
D | eir.c | 291 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in eir_create_adv_data()
|
D | hci_sync.c | 789 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_class_sync() 967 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_update_random_address_sync() 3085 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_write_fast_connectable_sync() 3152 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_scan_sync() 3254 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED))) { in hci_powered_update_sync() 3553 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_set_event_filter_sync() 3774 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_sync() 5546 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_update_discoverable_sync() 5612 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_connectable_sync() 5847 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_event_filter_sync()
|
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() 1187 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in append_eir_data_to_buf() 1492 else if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in mgmt_bredr_support() 1560 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_discoverable() 1757 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_connectable() 2524 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_le() 6646 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in set_fast_connectable() 6705 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in set_bredr_complete() 6756 if (cp->val == hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_bredr() [all …]
|
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() 2408 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_copy_identity_address() 2675 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_register_dev()
|
D | hci_request.c | 705 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_update_random_address()
|
D | hci_conn.c | 1629 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_connect_acl()
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci.h | 406 HCI_BREDR_ENABLED, enumerator
|