发送自定义数据 (蓝牙(mac必须传递)、串口)
@override Future sendCustom(String mac,Uint8List data) => methodChannel.invokeMethod("sendCustom",{"mac":mac,"data":data});