Searched refs:HCI_BREDR_ENABLED (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/net/bluetooth/ |
D | eir.c | 291 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in eir_create_adv_data()
|
D | hci_sync.c | 761 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_class_sync() 939 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_update_random_address_sync() 2940 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_write_fast_connectable_sync() 3007 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_scan_sync() 3388 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_set_event_filter_sync() 3609 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_sync() 5242 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_update_discoverable_sync() 5308 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_connectable_sync() 5558 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_event_filter_sync()
|
D | mgmt.c | 886 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in get_current_settings() 926 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in get_current_settings() 1169 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in append_eir_data_to_buf() 1466 else if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in mgmt_bredr_support() 1534 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_discoverable() 1731 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_connectable() 2498 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_le() 6638 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in set_fast_connectable() 6697 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in set_bredr_complete() 6748 if (cp->val == hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_bredr() [all …]
|
D | hci_core.c | 403 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_inquiry() 723 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_update_passive_scan_state() 760 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_dev_cmd() 2381 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_copy_identity_address() 2639 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_register_dev()
|
D | hci_request.c | 726 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_update_random_address()
|
D | hci_conn.c | 1550 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_connect_acl()
|
/Linux-v6.1/include/net/bluetooth/ |
D | hci.h | 349 HCI_BREDR_ENABLED, enumerator
|