Searched refs:HCI_BREDR_ENABLED (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/bluetooth/ |
D | hci_request.c | 349 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in __hci_req_write_fast_connectable() 1265 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in create_instance_adv_data() 1915 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_update_random_address() 1955 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in __hci_req_update_scan() 2007 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in connectable_update() 2057 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in __hci_req_update_class() 2111 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in discoverable_update()
|
D | mgmt.c | 802 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in get_current_settings() 842 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in get_current_settings() 1001 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in append_eir_data_to_buf() 1283 else if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in mgmt_bredr_support() 1345 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_discoverable() 1525 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_connectable() 1897 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_le() 4558 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in set_fast_connectable() 4631 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in set_bredr_complete() 4668 if (cp->val == hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_bredr() [all …]
|
D | hci_core.c | 424 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_req() 1294 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_inquiry() 1867 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_update_scan_state() 1904 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_dev_cmd() 3038 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_copy_identity_address() 3222 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_register_dev()
|
D | hci_conn.c | 1190 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_connect_acl()
|
/Linux-v4.19/include/net/bluetooth/ |
D | hci.h | 265 HCI_BREDR_ENABLED, enumerator
|