Home
last modified time | relevance | path

Searched refs:HCI_SC_ONLY (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Dsmp.c1770 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()
2329 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_security_req()
H A Dmgmt.c6808 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn_complete()
6812 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn_complete()
6816 hci_dev_set_flag(hdev, HCI_SC_ONLY); in set_secure_conn_complete()
6874 hci_dev_set_flag(hdev, HCI_SC_ONLY); in set_secure_conn()
6876 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn()
6880 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn()
6896 (cp->val == 0x02) == hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in set_secure_conn()
8073 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in read_local_oob_ext_data_complete()
H A Dhci_debugfs.c301 buf[0] = hci_dev_test_flag(hdev, HCI_SC_ONLY) ? 'Y' : 'N'; in sc_only_mode_read()
H A Dhci_conn.c2273 if (hci_dev_test_flag(conn->hdev, HCI_SC_ONLY)) { in hci_conn_check_link_mode()
H A Dhci_event.c5173 if (!hci_dev_test_flag(hdev, HCI_SC_ONLY)) in bredr_oob_data_present()
5529 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in hci_remote_oob_data_request_evt()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h385 HCI_SC_ONLY, enumerator