Home
last modified time | relevance | path

Searched refs:securityReq (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c82 callback = deviceInfo->securityReq->callback; in GapDoLeSecurityCallback()
83 context = deviceInfo->securityReq->context; in GapDoLeSecurityCallback()
84 result = deviceInfo->securityReq->result; in GapDoLeSecurityCallback()
85 MEM_MALLOC.free(deviceInfo->securityReq); in GapDoLeSecurityCallback()
86 deviceInfo->securityReq = NULL; in GapDoLeSecurityCallback()
394 if (deviceInfo->securityReq != NULL) { in GapLePairResult()
528 if (deviceInfo->securityReq != NULL) { in GapLeEncryptionComplete()
685 deviceInfo->securityReq->callback( in GapLeRequestSecurityMaster()
721 …if (deviceInfo->securityReq != NULL && deviceInfo->securityReq->secReqStatus == GAP_LE_NO_ENCRYPTI… in GapLeRequestSecurityProcess()
752 if (deviceInfo->securityReq != NULL) { in GAP_LeRequestSecurity()
[all …]
H A Dgap_def.h300 LeSecurityReq *securityReq; member
H A Dgap.c344 if (deviceInfo->securityReq != NULL) { in GapFreeLeDeviceInfo()
345 MEM_MALLOC.free(deviceInfo->securityReq); in GapFreeLeDeviceInfo()
346 deviceInfo->securityReq = NULL; in GapFreeLeDeviceInfo()
H A Dgap_le_adv.c402 if (deviceInfo != NULL && deviceInfo->securityReq != NULL) { in GapOnLeAdvertisingSetTerminated()