Home
last modified time | relevance | path

Searched refs:GapGeneralPointerInfo (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_if.c722 GapGeneralPointerInfo *info = ctx; in GapAuthenticationReqTask()
729 GapGeneralPointerInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralPointerInfo)); in GAPIF_AuthenticationReq()
734 (void)memset_s(ctx, sizeof(GapGeneralPointerInfo), 0x00, sizeof(GapGeneralPointerInfo)); in GAPIF_AuthenticationReq()
749 GapGeneralPointerInfo *info = ctx; in GapCancelAuthenticationReqTask()
756 GapGeneralPointerInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralPointerInfo)); in GAPIF_CancelAuthenticationReq()
761 (void)memset_s(ctx, sizeof(GapGeneralPointerInfo), 0x00, sizeof(GapGeneralPointerInfo)); in GAPIF_CancelAuthenticationReq()
[all...]
H A Dgap_le_if.c263 GapGeneralPointerInfo *info = ctx; in GapLeSetStaticIdentityAddrTask()
270 GapGeneralPointerInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralPointerInfo)); in GAPIF_LeSetStaticIdentityAddr()
275 (void)memset_s(ctx, sizeof(GapGeneralPointerInfo), 0x00, sizeof(GapGeneralPointerInfo)); in GAPIF_LeSetStaticIdentityAddr()
318 GapGeneralPointerInfo *info = ctx; in GapLeExAdvGetMaxDataLenTask()
325 GapGeneralPointerInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralPointerInfo)); in GAPIF_LeExAdvGetMaxDataLen()
330 (void)memset_s(ctx, sizeof(GapGeneralPointerInfo), 0x00, sizeof(GapGeneralPointerInfo)); in GAPIF_LeExAdvGetMaxDataLen()
[all...]
H A Dgap_task_internal.h42 } GapGeneralPointerInfo; typedef
H A Dgap_br_sec.c220 const DeviceInfo *dev = ((const GapGeneralPointerInfo *)ctx)->pointer; in GapDiscACLTimerTimeoutTask()
230 GapGeneralPointerInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralPointerInfo)); in GapDiscACLTimerTimeout()
338 DeviceInfo *dev = ((GapGeneralPointerInfo *)ctx)->pointer; in GapWaitEncryptTimeoutTask()
348 GapGeneralPointerInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralPointerInfo)); in GapWaitEncryptTimeout()
783 GapGetProfileSecurityBlock()->requestlist, GapFindCmpListData, ((GapGeneralPointerInfo *)ctx)->pointer); in GapAuthenticationWaitRetryTimeoutTask()
800 GapGeneralPointerInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralPointerInfo)); in GapAuthenticationWaitRetryTimeout()
H A Dgap_le_conn.c437 GapGeneralPointerInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralPointerInfo)); in GapWaitExAdvTerminatedTimeout()
H A Dgap.c1015 DeviceInfo *dev = ((GapGeneralPointerInfo *)ctx)->pointer; in GapUseAclConnectionTimeoutTask()
1023 GapGeneralPointerInfo *ctx = MEM_MALLOC.alloc(sizeof(GapGeneralPointerInfo)); in GapUseAclConnectionTimeout()

Completed in 9 milliseconds