Searched refs:HCI_BREDR_ENABLED (Results 1 – 6 of 6) sorted by relevance
/linux/net/bluetooth/ |
H A D | eir.c | 276 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in eir_create_adv_data()
|
H A D | hci_sync.c | 950 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_class_sync() 1128 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_update_random_address_sync() 3343 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_write_fast_connectable_sync() 3410 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_scan_sync() 3512 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED))) { in hci_powered_update_sync() 3746 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_set_event_filter_sync() 3964 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_sync() 5715 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_update_discoverable_sync() 5781 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_connectable_sync() 6004 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_event_filter_sync()
|
H A D | mgmt.c | 877 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in get_current_settings() 914 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in get_current_settings() 1171 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in append_eir_data_to_buf() 1557 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_discoverable() 1753 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_connectable() 2455 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_le() 6672 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in set_bredr_complete() 6736 hci_dev_change_flag(hdev, HCI_BREDR_ENABLED); in set_bredr() 6794 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in set_bredr() 6866 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in set_secure_conn() [all …]
|
H A D | hci_core.c | 332 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_inquiry() 652 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_update_passive_scan_state() 685 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_dev_cmd() 2374 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_copy_identity_address() 2632 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_register_dev()
|
H A D | hci_conn.c | 1605 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_connect_acl()
|
/linux/include/net/bluetooth/ |
H A D | hci.h | 414 HCI_BREDR_ENABLED, enumerator
|