ble_app.h 127 B

12345678910111213
  1. #pragma once
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. #include <stdbool.h>
  6. bool ble_app_init();
  7. #ifdef __cplusplus
  8. }
  9. #endif