You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
411 B

1 year ago
1 year ago
  1. #pragma once
  2. #include <stdint.h>
  3. /**
  4. * @brief
  5. * zble_module_init ˻صעȥ
  6. */
  7. void AppBleService_onServiceInitCB();
  8. void AppBleService_init();
  9. void AppBleService_uninit();
  10. void AppBleService_try_report_one_sample_data(uint32_t frameIndex, uint16_t data);
  11. void AppBleService_try_report_sensor_drop_event(uint8_t dropstate0, uint8_t dropstate1);
  12. void AppBleService_report_sample_finish_event();