Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_if.c141 } GapLeEncryptionKeyRspInfo; typedef
1176 GapLeEncryptionKeyRspInfo *info = ctx; in GapLeRemoteEncryptionKeyRspTask()
1184 GapLeEncryptionKeyRspInfo *ctx = MEM_MALLOC.alloc(sizeof(GapLeEncryptionKeyRspInfo)); in GAPIF_LeRemoteEncryptionKeyRsp()
1189 (void)memset_s(ctx, sizeof(GapLeEncryptionKeyRspInfo), 0x00, sizeof(GapLeEncryptionKeyRspInfo)); in GAPIF_LeRemoteEncryptionKeyRsp()
1207 GapLeEncryptionKeyRspInfo *info = ctx; in GapLeLocalEncryptionKeyRspTask()
1215 GapLeEncryptionKeyRspInfo *ctx = MEM_MALLOC.alloc(sizeof(GapLeEncryptionKeyRspInfo)); in GAPIF_LeLocalEncryptionKeyRsp()
1220 (void)memset_s(ctx, sizeof(GapLeEncryptionKeyRspInfo), 0x00, sizeof(GapLeEncryptionKeyRspInfo)); in GAPIF_LeLocalEncryptionKeyRsp()