Searched refs:HCI_BREDR_ENABLED (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
D | hci_request.c | 358 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in __hci_req_write_fast_connectable() 1682 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in create_instance_adv_data() 2433 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_update_random_address() 2473 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in __hci_req_update_scan() 2528 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in connectable_update() 2578 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in __hci_req_update_class() 2632 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in discoverable_update()
|
D | mgmt.c | 843 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in get_current_settings() 883 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in get_current_settings() 1045 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in append_eir_data_to_buf() 1327 else if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in mgmt_bredr_support() 1389 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_discoverable() 1575 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_connectable() 1951 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_le() 5417 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in set_fast_connectable() 5490 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in set_bredr_complete() 5527 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() 1989 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_update_scan_state() 2026 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_dev_cmd() 3450 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_copy_identity_address() 3783 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()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | hci.h | 320 HCI_BREDR_ENABLED, enumerator
|