Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_def.h286 } SMP_RemotePairRspReplyTask_t; typedef
H A Dsmp.c508 SMP_RemotePairRspReplyTask_t *ctx = MEM_MALLOC.alloc(sizeof(SMP_RemotePairRspReplyTask_t)); in SMP_RemotePairResponseReply()
513 …(void)memset_s(ctx, sizeof(SMP_RemotePairRspReplyTask_t), 0x00, sizeof(SMP_RemotePairRspReplyTask_… in SMP_RemotePairResponseReply()
527 SMP_RemotePairRspReplyTask_t *param = (SMP_RemotePairRspReplyTask_t *)context; in SMP_RemotePairRspReplyTask()