SMP_AUTH_SC
if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC))
if (rsp.auth_req & SMP_AUTH_SC) {
if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC))
if ((req->auth_req & SMP_AUTH_SC) && (auth & SMP_AUTH_SC))
if (hci_dev_test_flag(hdev, HCI_SC_ONLY) && !(auth & SMP_AUTH_SC))
authreq |= SMP_AUTH_SC;
if (authreq & SMP_AUTH_SC)
(authreq & SMP_AUTH_SC)) {
authreq &= ~SMP_AUTH_SC;