ble_idle.h 112 B

1234567
  1. #ifndef __BLE_IDLE_H
  2. #define __BLE_IDLE_H
  3. void ble_system_idle_init(void);
  4. void ble_system_idle(void);
  5. #endif