Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c54 static RequestSecInfo *GapAllocReqSecInfo( in GapAllocReqSecInfo()
57 RequestSecInfo *reqInfo = NULL; in GapAllocReqSecInfo()
59 reqInfo = MEM_MALLOC.alloc(sizeof(RequestSecInfo)); in GapAllocReqSecInfo()
63 (void)memset_s(reqInfo, sizeof(RequestSecInfo), 0x00, sizeof(RequestSecInfo)); in GapAllocReqSecInfo()
90 const RequestSecInfo *reqInfo = req; in GapDoAuthenticationCallback()
105 static void GapTrySecurityCallback(RequestSecInfo *reqInfo) in GapTrySecurityCallback()
115 RequestSecInfo *reqInfo = (RequestSecInfo *)req; in GapDoSecurityCallback()
145 const RequestSecInfo *reqInf in GapDoAuthorizationCallback()
[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()

Completed in 5 milliseconds