SMP_AUTH_SC 635 net/bluetooth/smp.c if (authreq & SMP_AUTH_SC) SMP_AUTH_SC 682 net/bluetooth/smp.c (authreq & SMP_AUTH_SC)) { SMP_AUTH_SC 708 net/bluetooth/smp.c authreq &= ~SMP_AUTH_SC; SMP_AUTH_SC 1759 net/bluetooth/smp.c if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) SMP_AUTH_SC 1804 net/bluetooth/smp.c if (rsp.auth_req & SMP_AUTH_SC) { SMP_AUTH_SC 1945 net/bluetooth/smp.c if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) SMP_AUTH_SC 1974 net/bluetooth/smp.c if ((req->auth_req & SMP_AUTH_SC) && (auth & SMP_AUTH_SC)) SMP_AUTH_SC 2273 net/bluetooth/smp.c if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC)) SMP_AUTH_SC 2368 net/bluetooth/smp.c authreq |= SMP_AUTH_SC;