Home
last modified time | relevance | path

Searched refs:SMP_SendSecReqToRemoteTask_t (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_def.h242 } SMP_SendSecReqToRemoteTask_t; typedef
H A Dsmp.c729 SMP_SendSecReqToRemoteTask_t *ctx = MEM_MALLOC.alloc(sizeof(SMP_SendSecReqToRemoteTask_t)); in SMP_SendSecurityRequestToRemote()
734 …(void)memset_s(ctx, sizeof(SMP_SendSecReqToRemoteTask_t), 0x00, sizeof(SMP_SendSecReqToRemoteTask_… in SMP_SendSecurityRequestToRemote()
747 SMP_SendSecReqToRemoteTask_t *param = (SMP_SendSecReqToRemoteTask_t *)context; in SMP_SendSecReqToRemoteTask()