Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_comm.h103 #define GAP_MITM_REQUIRED 0x01 macro
/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 bool ret = (GAPIF_IOCapabilityRsp(&btAddr, accept, io, GAP_OOB_DATA_NOT_PRESENT, GAP_MITM_REQUIRED) == BT_SUCCESS); in PairRequestReply()
2195 ret = (GAPIF_IOCapabilityRsp(&addr, false, io, GAP_OOB_DATA_NOT_PRESENT, GAP_MITM_REQUIRED) == BT_SUCCESS); in SetIoCapability()
2197 ret = (GAPIF_IOCapabilityRsp(&addr, true, io, GAP_OOB_DATA_NOT_PRESENT, GAP_MITM_REQUIRED) == BT_SUCCESS); in SetIoCapability()
/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()

Completed in 13 milliseconds