Home
last modified time | relevance | path

Searched refs:bufferSig (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_request.c96 Buffer *bufferSig = (Buffer *)(attGapSignaturePtr->context); in AttGapSignatureGenerationResultAsync() local
99 if (bufferSig == NULL) { in AttGapSignatureGenerationResultAsync()
100 LOG_INFO("%{public}s bufferSig == NULL", __FUNCTION__); in AttGapSignatureGenerationResultAsync()
104 sigedWriteCommandGenerContextPtr = (SigedWriteCommandGenerationContext *)BufferPtr(bufferSig); in AttGapSignatureGenerationResultAsync()
116 BufferFree(bufferSig); in AttGapSignatureGenerationResultAsync()
H A Datt_receive.c81 Buffer *bufferSig = (Buffer *)(attGapSigConfirmationPtr->context); in AttGapSignatureConfirmationResultAsync() local
87 if (bufferSig == NULL) { in AttGapSignatureConfirmationResultAsync()
97 sigedWriteCommandConfirmContextPtr = (SigedWriteCommandConfirmationContext *)BufferPtr(bufferSig); in AttGapSignatureConfirmationResultAsync()
116 BufferFree(bufferSig); in AttGapSignatureConfirmationResultAsync()

Completed in 5 milliseconds