app_ble.h 147 B

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