Searched refs:HCI_BREDR_ENABLED (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/net/bluetooth/ |
D | hci_request.c | 354 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in __hci_req_write_fast_connectable() 1673 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in create_instance_adv_data() 2420 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_update_random_address() 2460 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in __hci_req_update_scan() 2515 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in connectable_update() 2565 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in __hci_req_update_class() 2619 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in discoverable_update()
|
D | mgmt.c | 840 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in get_current_settings() 880 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in get_current_settings() 1042 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in append_eir_data_to_buf() 1324 else if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in mgmt_bredr_support() 1386 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_discoverable() 1572 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_connectable() 1948 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_le() 5412 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in set_fast_connectable() 5485 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in set_bredr_complete() 5522 if (cp->val == hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_bredr() [all …]
|
D | hci_core.c | 427 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_req() 1334 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_inquiry() 1976 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_update_scan_state() 2013 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_dev_cmd() 3437 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_copy_identity_address() 3769 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_register_dev()
|
D | hci_conn.c | 1243 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_connect_acl()
|
/Linux-v5.10/include/net/bluetooth/ |
D | hci.h | 312 HCI_BREDR_ENABLED, enumerator
|