BLE通信时,wx.writeBLECharacteristicValue(Object object),WriteWithoutResponse是透传,WriteWithResponse是普通通信。当一个特征即可普通通信与透传是,Android会选择WriteWithoutResponse通信,IOS小程序会选择WriteWithResponse通信,为什么不统一呢?也可以提供API参数设置啊,Android 的 BluetoothGattCharacteristic.WRITE_TYPE_NO_RESPONSE,IOS的CBCharacteristicWriteWithoutResponse。