Searched refs:HCI_BREDR_ENABLED (Results 1 – 5 of 5) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 947 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_class_sync() 1136 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_update_random_address_sync() 3536 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_write_fast_connectable_sync() 3604 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_scan_sync() 3659 * HCI_FORCE_STATIC_ADDR | BDADDR_ANY && !HCI_BREDR_ENABLED (Set Static Address) in hci_powered_update_sync() 3710 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED))) { in hci_powered_update_sync() 3949 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_set_event_filter_sync() 4202 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_sync() 6113 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_update_discoverable_sync() 6179 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_connectable_sync() [all...] |
| H A D | mgmt.c | 891 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in get_current_settings() 928 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in get_current_settings() 1198 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in append_eir_data_to_buf() 1521 else if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in mgmt_bredr_support() 1592 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_discoverable() 1791 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_connectable() 2579 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_le() 6831 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in set_fast_connectable() 6890 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in set_bredr_complete() 6941 if (cp->val == hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_bredr() [all...] |
| H A D | hci_core.c | 351 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_inquiry() 634 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_update_passive_scan_state() 667 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_dev_cmd() 2346 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_copy_identity_address() 2610 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_register_dev()
|
| H A D | hci_conn.c | 1762 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_connect_acl()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 453 HCI_BREDR_ENABLED, enumerator
|