Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_request.c97 SigedWriteCommandGenerationContext *sigedWriteCommandGenerContextPtr = NULL; in AttGapSignatureGenerationResultAsync() local
104 sigedWriteCommandGenerContextPtr = (SigedWriteCommandGenerationContext *)BufferPtr(bufferSig); in AttGapSignatureGenerationResultAsync()
105 …g_attClientSendDataCB.attSendDataCB(sigedWriteCommandGenerContextPtr->connect->retGattConnectHandl… in AttGapSignatureGenerationResultAsync()
109 …(void)memcpy_s(sigedWriteCommandGenerContextPtr->data + STEP_THREE + sigedWriteCommandGenerContext… in AttGapSignatureGenerationResultAsync()
113 …AttResponseSendData(sigedWriteCommandGenerContextPtr->connect, sigedWriteCommandGenerContextPtr->p… in AttGapSignatureGenerationResultAsync()
115 PacketFree(sigedWriteCommandGenerContextPtr->packet); in AttGapSignatureGenerationResultAsync()
1258 SigedWriteCommandGenerationContext *sigedWriteCommandGenerContextPtr = NULL; in AttSignedWriteCommandAsync() local
1744 sigedWriteCommandGenerContextPtr->connect = connect; in AttSingedWriteCommandContextAssign()
1745 sigedWriteCommandGenerContextPtr->data = data; in AttSingedWriteCommandContextAssign()
1746 sigedWriteCommandGenerContextPtr->packet = packet; in AttSingedWriteCommandContextAssign()
[all …]