Searched refs:HCI_SC_ONLY (Results 1 – 6 of 6) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | smp.c | 1766 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_req() 1956 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_rsp() 2063 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in fixup_sc_false_positive() 2312 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_security_req()
|
| H A D | mgmt.c | 6951 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn_complete() 6955 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn_complete() 6959 hci_dev_set_flag(hdev, HCI_SC_ONLY); in set_secure_conn_complete() 7017 hci_dev_set_flag(hdev, HCI_SC_ONLY); in set_secure_conn() 7019 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn() 7023 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn() 7039 (cp->val == 0x02) == hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in set_secure_conn() 8233 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in read_local_oob_ext_data_complete()
|
| H A D | hci_debugfs.c | 300 buf[0] = hci_dev_test_flag(hdev, HCI_SC_ONLY) ? 'Y' : 'N'; in sc_only_mode_read()
|
| H A D | hci_conn.c | 2406 if (hci_dev_test_flag(conn->hdev, HCI_SC_ONLY)) { in hci_conn_check_link_mode()
|
| H A D | hci_event.c | 5280 if (!hci_dev_test_flag(hdev, HCI_SC_ONLY)) in bredr_oob_data_present() 5633 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in hci_remote_oob_data_request_evt()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 442 HCI_SC_ONLY, enumerator
|