Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_response.c76 uint8_t *data, FindInformationResponseAsync *findInforPtr, uint16_t dataLen);
326 uint8_t *data, FindInformationResponseAsync *findInforPtr, uint16_t dataLen) in AttFindInformationResponsePacketDataAssign() argument
333 data[1] = findInforPtr->attFindInformationResContext.format; in AttFindInformationResponsePacketDataAssign()
366 FindInformationResponseAsync *findInforPtr = (FindInformationResponseAsync *)context; in AttFindInformationResponseAsync() local
380 AttFindInformationResDataAssign(findInforPtr->attFindInformationResContext.format, in AttFindInformationResponseAsync()
383 findInforPtr->attFindInformationResContext.pairNum); in AttFindInformationResponseAsync()
397 AttFindInformationResponsePacketDataAssign(data, findInforPtr, dataLen); in AttFindInformationResponseAsync()
404 MEM_MALLOC.free(findInforPtr->attFindInformationResContext.handleUuidPairs); in AttFindInformationResponseAsync()
405 MEM_MALLOC.free(findInforPtr); in AttFindInformationResponseAsync()
420 MEM_MALLOC.free(findInforPtr->attFindInformationResContext.handleUuidPairs); in AttFindInformationResponseAsyncDestroy()
[all …]