Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_if.c136 } GapPinCodeRspInfo; typedef
895 GapPinCodeRspInfo *info = ctx; in GapPinCodeRspTask()
902 GapPinCodeRspInfo *ctx = MEM_MALLOC.alloc(sizeof(GapPinCodeRspInfo)); in GAPIF_PinCodeRsp()
907 (void)memset_s(ctx, sizeof(GapPinCodeRspInfo), 0x00, sizeof(GapPinCodeRspInfo)); in GAPIF_PinCodeRsp()