Searched refs:HCI_BREDR_ENABLED (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | hci_request.c | 408 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_update_random_address() 448 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in __hci_update_page_scan()
|
D | mgmt.c | 672 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in get_current_settings() 712 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in get_current_settings() 1054 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in create_instance_adv_data() 1230 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in update_class() 1792 else if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in mgmt_bredr_support() 1879 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_discoverable() 1984 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_discoverable() 2037 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in write_fast_connectable() 2157 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_connectable() 2191 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_connectable() [all …]
|
D | hci_core.c | 603 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_req() 1337 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_inquiry() 1905 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_update_scan_state() 1942 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_dev_cmd() 3220 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_copy_identity_address() 3402 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_register_dev()
|
D | hci_conn.c | 1078 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_connect_acl()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci.h | 249 HCI_BREDR_ENABLED, enumerator
|