返回设备的蓝牙操作对象
@override Future<BleDevice?> getBleDevice() async { var bool = await isInit(); return bool ? BleDeviceMethod() : null; }