web api instance method
BluetoothRemoteGATTCharacteristic: writeValueWithoutResponse() method
Limited availabilitySecure context
The BluetoothRemoteGATTCharacteristic.writeValueWithoutResponse() method sets a BluetoothRemoteGATTCharacteristic object’s value property to the bytes contained in a given ArrayBuffer, TypedArray, or DataView, writes the characteristic value without response, and returns the resulting Promise.
Syntax
writeValueWithoutResponse(value)
Parameters
value- : An
ArrayBuffer,TypedArray, orDataView.
- : An
Return value
A Promise.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.