Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_response.c1010 ReadResponseAsync *readMultipleResAsyncPtr = NULL; in ATT_ReadMultipleResponse() local
1013 readMultipleResAsyncPtr = MEM_MALLOC.alloc(sizeof(ReadResponseAsync)); in ATT_ReadMultipleResponse()
1014 if (readMultipleResAsyncPtr == NULL) { in ATT_ReadMultipleResponse()
1018 readMultipleResAsyncPtr->connectHandle = connectHandle; in ATT_ReadMultipleResponse()
1019 readMultipleResAsyncPtr->attValue = bufferPtr; in ATT_ReadMultipleResponse()
1021 …rocess(AttReadMultipleResponseAsync, AttReadMultipleResponseAsyncDestroy, readMultipleResAsyncPtr); in ATT_ReadMultipleResponse()