Searched refs:HCI_BREDR_ENABLED (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | hci_request.c | 400 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_update_random_address() 440 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in __hci_update_page_scan()
|
D | mgmt.c | 664 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in get_current_settings() 704 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in get_current_settings() 1030 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in create_instance_adv_data() 1210 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in update_class() 1686 else if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in mgmt_bredr_support() 1773 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_discoverable() 1878 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_discoverable() 1931 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in write_fast_connectable() 2051 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_connectable() 2085 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_connectable() [all …]
|
D | hci_core.c | 550 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_req() 1274 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_inquiry() 1813 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_update_scan_state() 1850 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_dev_cmd() 2995 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_copy_identity_address() 3173 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_register_dev()
|
D | hci_conn.c | 867 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_connect_acl()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 237 HCI_BREDR_ENABLED, enumerator
|