Searched refs:HCI_BREDR_ENABLED (Results 1 – 5 of 5) sorted by relevance
/linux/net/bluetooth/ |
H A D | eir.c | 276 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in eir_create_adv_data()
|
H A D | hci_sync.c | 950 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_class_sync() 1129 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_update_random_address_sync() 3320 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_write_fast_connectable_sync() 3387 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_scan_sync() 3489 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED))) { in hci_powered_update_sync() 3723 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_set_event_filter_sync() 3941 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_sync() 5707 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_update_discoverable_sync() 5773 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_connectable_sync() 5996 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_event_filter_sync()
|
H A D | mgmt.c | 878 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in get_current_settings() 915 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in get_current_settings() 1172 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in append_eir_data_to_buf() 1497 else if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in mgmt_bredr_support() 1566 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_discoverable() 1763 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_connectable() 2465 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_le() 6566 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in set_fast_connectable() 6625 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in set_bredr_complete() 6676 if (cp->val == hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_bredr() [all …]
|
H A D | hci_core.c | 332 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_inquiry() 652 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_update_passive_scan_state() 685 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_dev_cmd() 2354 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_copy_identity_address() 2612 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_register_dev()
|
H A D | hci_conn.c | 1606 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_connect_acl()
|