BluetoothRemoteGATTCharacteristic:writeValueWithoutResponse() 方法
BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse() 方法将 BluetoothRemoteGATTCharacteristic 对象的 value 属性设置为给定 ArrayBuffer、TypedArray 或 DataView 中包含的字节,在不接收响应的情况下写入特征值,并返回由此产生的 Promise。