Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dsmp.c1780 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_req()
1966 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_rsp()
2073 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in fixup_sc_false_positive()
2294 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_security_req()
Dmgmt.c4781 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in sc_enable_complete()
4785 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in sc_enable_complete()
4789 hci_dev_set_flag(hdev, HCI_SC_ONLY); in sc_enable_complete()
4838 hci_dev_set_flag(hdev, HCI_SC_ONLY); in set_secure_conn()
4840 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn()
4844 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn()
4866 (cp->val == 0x02) == hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in set_secure_conn()
6075 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in read_local_oob_ext_data_complete()
Dhci_debugfs.c279 buf[0] = hci_dev_test_flag(hdev, HCI_SC_ONLY) ? 'Y': 'N'; in sc_only_mode_read()
Dhci_conn.c1268 if (hci_dev_test_flag(conn->hdev, HCI_SC_ONLY)) { in hci_conn_check_link_mode()
Dhci_event.c2903 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && in hci_encrypt_change_evt()
4262 if (!hci_dev_test_flag(hdev, HCI_SC_ONLY)) in bredr_oob_data_present()
4602 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in hci_remote_oob_data_request_evt()
/Linux-v4.19/include/net/bluetooth/
Dhci.h250 HCI_SC_ONLY, enumerator