Searched refs:securityReq (Results 1 – 4 of 4) sorted by relevance
82 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 …]
300 LeSecurityReq *securityReq; member
344 if (deviceInfo->securityReq != NULL) { in GapFreeLeDeviceInfo()345 MEM_MALLOC.free(deviceInfo->securityReq); in GapFreeLeDeviceInfo()346 deviceInfo->securityReq = NULL; in GapFreeLeDeviceInfo()
402 if (deviceInfo != NULL && deviceInfo->securityReq != NULL) { in GapOnLeAdvertisingSetTerminated()