Searched refs:HCI_BREDR_ENABLED (Results 1 – 7 of 7) sorted by relevance
/openbmc/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 | 968 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_class_sync() 1147 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_update_random_address_sync() 3345 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_write_fast_connectable_sync() 3412 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_scan_sync() 3514 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED))) { in hci_powered_update_sync() 3748 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_set_event_filter_sync() 3966 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in hci_init2_sync() 5722 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_update_discoverable_sync() 5788 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_connectable_sync() 6023 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in hci_update_event_filter_sync()
|
H A D | mgmt.c | 878 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in get_current_settings() 915 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in get_current_settings() 1172 if (hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in append_eir_data_to_buf() 1489 else if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in mgmt_bredr_support() 1558 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_discoverable() 1756 !hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) in set_connectable() 2458 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_le() 6631 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) || in set_fast_connectable() 6690 hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED); in set_bredr_complete() 6741 if (cp->val == hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in set_bredr() [all...] |
H A D | hci_core.c | 353 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_inquiry() 673 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_update_passive_scan_state() 706 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_dev_cmd() 2358 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_copy_identity_address() 2617 hci_dev_set_flag(hdev, HCI_BREDR_ENABLED); in hci_register_dev()
|
H A D | hci_request.c | 707 (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED) && in hci_update_random_address()
|
H A D | hci_conn.c | 1576 if (!hci_dev_test_flag(hdev, HCI_BREDR_ENABLED)) { in hci_connect_acl()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci.h | 413 HCI_BREDR_ENABLED, enumerator
|