Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dsmp.c1739 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_req()
1919 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_rsp()
2023 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in fixup_sc_false_positive()
2244 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_security_req()
Dmgmt.c5181 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in sc_enable_complete()
5185 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in sc_enable_complete()
5189 hci_dev_set_flag(hdev, HCI_SC_ONLY); in sc_enable_complete()
5238 hci_dev_set_flag(hdev, HCI_SC_ONLY); in set_secure_conn()
5240 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn()
5244 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn()
5266 (cp->val == 0x02) == hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in set_secure_conn()
6523 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in read_local_oob_ext_data_complete()
Dhci_debugfs.c340 buf[0] = hci_dev_test_flag(hdev, HCI_SC_ONLY) ? 'Y': 'N'; in sc_only_mode_read()
Dhci_conn.c945 if (hci_dev_test_flag(conn->hdev, HCI_SC_ONLY)) { in hci_conn_check_link_mode()
Dhci_event.c2661 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && in hci_encrypt_change_evt()
3949 if (!hci_dev_test_flag(hdev, HCI_SC_ONLY)) in bredr_oob_data_present()
4289 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in hci_remote_oob_data_request_evt()
/linux-4.1.27/include/net/bluetooth/
Dhci.h222 HCI_SC_ONLY, enumerator