Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_send_response.c1463 WriteAsync *handleNotificationAsyncPtr = NULL; in AttHandleValueNotificationAsync() local
1467 handleNotificationAsyncPtr = (WriteAsync *)context; in AttHandleValueNotificationAsync()
1500 BufferFree(handleNotificationAsyncPtr->attValue); in AttHandleValueNotificationAsync()
1501 MEM_MALLOC.free(handleNotificationAsyncPtr); in AttHandleValueNotificationAsync()
1516 BufferFree(handleNotificationAsyncPtr->attValue); in AttHandleValueNotificationAsyncDestroy()
1517 MEM_MALLOC.free(handleNotificationAsyncPtr); in AttHandleValueNotificationAsyncDestroy()
1535 WriteAsync *handleNotificationAsyncPtr = NULL; in ATT_HandleValueNotification() local
1539 if (handleNotificationAsyncPtr == NULL) { in ATT_HandleValueNotification()
1543 handleNotificationAsyncPtr->connectHandle = connectHandle; in ATT_HandleValueNotification()
1544 handleNotificationAsyncPtr->attHandle = attHandle; in ATT_HandleValueNotification()
[all …]