ble_proc.h 170 B

123456789
  1. #ifndef __BLE_PROC_H
  2. #define __BLE_PROC_H
  3. void ble_app_proc(void);
  4. bool ble_proc_pending(void);
  5. void ble_enter_sleep_proc(void);
  6. void ble_exit_sleep_proc(void);
  7. #endif