#ifndef __AICARE_HANDLER_H__ #define __AICARE_HANDLER_H__ #include "aicare_profile.h" void aicare_app_data_recv(uint8_t *data, uint16_t len); #endif