Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_def.h215 } SMP_SetIrkTask_t; typedef
H A Dsmp.c966 SMP_SetIrkTask_t *ctx = MEM_MALLOC.alloc(sizeof(SMP_SetIrkTask_t)); in SMP_SetIRK()
971 (void)memset_s(ctx, sizeof(SMP_SetIrkTask_t), 0x00, sizeof(SMP_SetIrkTask_t)); in SMP_SetIRK()
983 SMP_SetIrkTask_t *param = (SMP_SetIrkTask_t *)context; in SMP_SetIrkTask()