Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c81 if (deviceInfo != NULL && deviceInfo->securityReq != NULL) { in GapDoLeSecurityCallback()
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()
395 deviceInfo->securityReq->result = status; in GapLePairResult()
528 if (deviceInfo->securityReq != NULL) { in GapLeEncryptionComplete()
529 deviceInfo->securityReq in GapLeEncryptionComplete()
[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()

Completed in 6 milliseconds