Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_comm.h102 #define GAP_MITM_NOT_REQUIRED 0x00 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c1125 authReq = GAP_MITM_NOT_REQUIRED; in GAP_IOCapabilityRsp()
1174 localMitmRequired = GAP_MITM_NOT_REQUIRED; in GapOnUserConfirmationRequestEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp2355 if (localMitmRequired == GAP_MITM_NOT_REQUIRED && remoteMitmRequired == GAP_MITM_NOT_REQUIRED) { in CheckAutoReply()