Searched refs:handleNotificationAsyncPtr (Results 1 – 1 of 1) sorted by relevance
1463 WriteAsync *handleNotificationAsyncPtr = NULL; in AttHandleValueNotificationAsync() local1467 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() local1539 if (handleNotificationAsyncPtr == NULL) { in ATT_HandleValueNotification()1543 handleNotificationAsyncPtr->connectHandle = connectHandle; in ATT_HandleValueNotification()1544 handleNotificationAsyncPtr->attHandle = attHandle; in ATT_HandleValueNotification()[all …]