connect abstract method

  1. @async
OriginResponse connect(
  1. String mac
)

连接蓝牙 mac设备mac地址 返回 code 表示连接是否成功

Implementation

@async
OriginResponse connect(String mac);