#ifndef __MCU_SERVICE_H #define __MCU_SERVICE_H #ifdef __cplusplus extern "C" { #endif #include "ble_qiot_export.h" void ble_services_add(const qiot_service_init_s *p_service); #ifdef __cplusplus } #endif #endif