ble_client.h 83 B

123456
  1. #ifndef __BLE_CLIENT_H
  2. #define __BLE_CLIENT_H
  3. void ble_client_init(void);
  4. #endif