Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_receive.c39 Buffer *bufferallPtr; member
55 const AttConnectInfo *connect, const uint8_t *data, const Buffer *bufferallPtr, size_t buffSize);
58 static void AttSignedWriteCommandBufferFree(Buffer *bufferNew, Buffer *sigedWriteBuffPtr, Buffer *bufferallPtr);
107 sigedWriteCommandConfirmContextPtr->bufferallPtr, STEP_THREE, sigedWriteCommandConfirmContextPtr->bufferSize); in AttGapSignatureConfirmationResultAsync()
115 BufferFree(sigedWriteCommandConfirmContextPtr->bufferallPtr); in AttGapSignatureConfirmationResultAsync()
1464 Buffer *bufferallPtr = NULL; in AttSignedWriteCommand() local
1479 bufferallPtr = BufferMalloc(buffSize + 1); in AttSignedWriteCommand()
1480 data = (uint8_t *)BufferPtr(bufferallPtr); in AttSignedWriteCommand()
1490 AttSignWriteCommConfContextAssign(sigedWriteCommandConfirmContextPtr, connect, data, bufferallPtr, buffSize); in AttSignedWriteCommand()
1508 AttSignedWriteCommandBufferFree(bufferNew, sigedWriteBuffPtr, bufferallPtr); in AttSignedWriteCommand()
1887 AttSignWriteCommConfContextAssign(SigedWriteCommandConfirmationContext *sigedWriteCommandConfirmContextPtr, const AttConnectInfo *connect, const uint8_t *data, const Buffer *bufferallPtr, const size_t buffSize) AttSignWriteCommConfContextAssign() argument
1942 AttSignedWriteCommandBufferFree(Buffer *bufferNew, Buffer *sigedWriteBuffPtr, Buffer *bufferallPtr) AttSignedWriteCommandBufferFree() argument
[all...]

Completed in 3 milliseconds