Searched refs:HCI_SC_ONLY (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/net/bluetooth/ |
D | smp.c | 1763 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_req() 1949 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_pairing_rsp() 2056 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in fixup_sc_false_positive() 2304 if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) in smp_cmd_security_req()
|
D | mgmt.c | 6846 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn_complete() 6850 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn_complete() 6854 hci_dev_set_flag(hdev, HCI_SC_ONLY); in set_secure_conn_complete() 6912 hci_dev_set_flag(hdev, HCI_SC_ONLY); in set_secure_conn() 6914 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn() 6918 hci_dev_clear_flag(hdev, HCI_SC_ONLY); in set_secure_conn() 6934 (cp->val == 0x02) == hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in set_secure_conn() 8119 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in read_local_oob_ext_data_complete()
|
D | hci_debugfs.c | 296 buf[0] = hci_dev_test_flag(hdev, HCI_SC_ONLY) ? 'Y' : 'N'; in sc_only_mode_read()
|
D | hci_conn.c | 2212 if (hci_dev_test_flag(conn->hdev, HCI_SC_ONLY)) { in hci_conn_check_link_mode()
|
D | hci_event.c | 5217 if (!hci_dev_test_flag(hdev, HCI_SC_ONLY)) in bredr_oob_data_present() 5570 if (hci_dev_test_flag(hdev, HCI_SC_ONLY)) { in hci_remote_oob_data_request_evt()
|
/linux-6.1.9/include/net/bluetooth/ |
D | hci.h | 354 HCI_SC_ONLY, enumerator
|