Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
Datt_send_response.c938 ReadResponseAsync *readMultipleResponseAsyncPtr = NULL; in AttReadMultipleResponseAsync() local
943 readMultipleResponseAsyncPtr = (ReadResponseAsync *)context; in AttReadMultipleResponseAsync()
945 …AttGetConnectInfoIndexByConnectHandle(readMultipleResponseAsyncPtr->connectHandle, &index, &connec… in AttReadMultipleResponseAsync()
954 bufferSize = BufferGetSize(readMultipleResponseAsyncPtr->attValue); in AttReadMultipleResponseAsync()
964 bufferNew = BufferSliceMalloc(readMultipleResponseAsyncPtr->attValue, 0, mtu - 1); in AttReadMultipleResponseAsync()
968 PacketPayloadAddLast(packet, readMultipleResponseAsyncPtr->attValue); in AttReadMultipleResponseAsync()
976 BufferFree(readMultipleResponseAsyncPtr->attValue); in AttReadMultipleResponseAsync()
977 MEM_MALLOC.free(readMultipleResponseAsyncPtr); in AttReadMultipleResponseAsync()
990 ReadResponseAsync *readMultipleResponseAsyncPtr = (ReadResponseAsync *)context; in AttReadMultipleResponseAsyncDestroy() local
992 BufferFree(readMultipleResponseAsyncPtr->attValue); in AttReadMultipleResponseAsyncDestroy()
[all …]