Home
last modified time | relevance | path

Searched refs:GAP_MITM_REQUIRED (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_comm.h103 #define GAP_MITM_REQUIRED 0x01 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp731 param.userConfirmReqParam_.localMitmRequired = GAP_MITM_REQUIRED; in UserPasskeyReqCallback()
732 param.userConfirmReqParam_.remoteMitmRequired = GAP_MITM_REQUIRED; in UserPasskeyReqCallback()
749 param.userConfirmReqParam_.localMitmRequired = GAP_MITM_REQUIRED; in UserPasskeyNotificationCallback()
750 param.userConfirmReqParam_.remoteMitmRequired = GAP_MITM_REQUIRED; in UserPasskeyNotificationCallback()
2000 …APIF_IOCapabilityRsp(&btAddr, accept, io, GAP_OOB_DATA_NOT_PRESENT, GAP_MITM_REQUIRED) == BT_SUCCE… in PairRequestReply()
2195 … (GAPIF_IOCapabilityRsp(&addr, false, io, GAP_OOB_DATA_NOT_PRESENT, GAP_MITM_REQUIRED) == BT_SUCCE… in SetIoCapability()
2197 …= (GAPIF_IOCapabilityRsp(&addr, true, io, GAP_OOB_DATA_NOT_PRESENT, GAP_MITM_REQUIRED) == BT_SUCCE… in SetIoCapability()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c1124 if (authReq == GAP_MITM_REQUIRED) { in GAP_IOCapabilityRsp()
1165 int localMitmRequired = GAP_MITM_REQUIRED; in GapOnUserConfirmationRequestEvent()
1166 int remoteMitmRequired = GAP_MITM_REQUIRED; in GapOnUserConfirmationRequestEvent()
1171 remoteMitmRequired = devInfo->remoteAuthReq & GAP_MITM_REQUIRED; in GapOnUserConfirmationRequestEvent()