Searched refs:HCI_SC_ONLY (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/net/bluetooth/ |
| D | smp.c | 1740 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_req() 1920 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_rsp() 2024 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in fixup_sc_false_positive() 2245 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_security_req()
|
| D | mgmt.c | 5326 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in sc_enable_complete() 5330 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in sc_enable_complete() 5334 hci_dev_set_flag(hdev, HCI_SC_ONLY); in sc_enable_complete() 5383 hci_dev_set_flag(hdev, HCI_SC_ONLY); in set_secure_conn() 5385 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn() 5389 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn() 5411 (cp->val == 0x02) == hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in set_secure_conn() 6693 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in read_local_oob_ext_data_complete()
|
| D | hci_debugfs.c | 340 buf[0] = hci_dev_test_flag(hdev, HCI_SC_ONLY) ? 'Y': 'N'; in sc_only_mode_read()
|
| D | hci_conn.c | 1156 if (hci_dev_test_flag(conn->hdev, HCI_SC_ONLY)) { in hci_conn_check_link_mode()
|
| D | hci_event.c | 2625 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && in hci_encrypt_change_evt() 3938 if (!hci_dev_test_flag(hdev, HCI_SC_ONLY)) in bredr_oob_data_present() 4278 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in hci_remote_oob_data_request_evt()
|
| /linux-4.4.14/include/net/bluetooth/ |
| D | hci.h | 234 HCI_SC_ONLY, enumerator
|