Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c57 RequestSecInfo *reqInfo = NULL; in GapAllocReqSecInfo()
63 (void)memset_s(reqInfo, sizeof(RequestSecInfo), 0x00, sizeof(RequestSecInfo)); in GapAllocReqSecInfo()
115 RequestSecInfo *reqInfo = (RequestSecInfo *)req; in GapDoSecurityCallback()
527 RequestSecInfo *reqInfo = NULL; in GAP_AuthorizeRes()
598 RequestSecInfo *reqInfo = NULL; in GapUpdateSecurityStatusAuthenticationSuccess()
614 RequestSecInfo *reqInfo = NULL; in GapUpdateSecurityStatusEncryptionSuccess()
633 RequestSecInfo *reqInfo = NULL; in GapUpdateSecurityStatusFailed()
654 RequestSecInfo *reqInfo = NULL; in GapUpdateSecurityStatusEncryptionTimeout()
670 RequestSecInfo *reqInfo = NULL; in GapUpdateSecurityStatusAclDisconnect()
687 RequestSecInfo *reqInfo = NULL; in GapUpdateSecurityStatusConnectComplete()
[all …]
H A Dgap_def.h215 } RequestSecInfo; typedef
231 RequestSecInfo *actionReq;
H A Dgap_internal.h88 void GapAuthenticationClearInfo(RequestSecInfo *reqInfo);
89 void GapAuthenticationRetry(DeviceInfo *deviceInfo, RequestSecInfo *reqInfo, uint8_t hciStatus);
H A Dgap.c179 RequestSecInfo *reqInfo = ListGetNodeData(node); in GapDisableTask()
1190 RequestSecInfo *reqInfo = NULL; in GapAclConnectionComplete()