BluetoothRemoteGATTCharacteristic:writeValueWithoutResponse() 方法
>BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse() 方法将 BluetoothRemoteGATTCharacteristic 对象的 value 属性设置为给定的 ArrayBuffer、TypedArray 或 DataView 中包含的字节,写入特性值而不返回响应,并返回表示结果的 Promise。