mcu_service.h 230 B

123456789101112131415161718
  1. #ifndef __MCU_SERVICE_H
  2. #define __MCU_SERVICE_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #include "ble_qiot_export.h"
  7. void ble_services_add(const qiot_service_init_s *p_service);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif