Firefox Tomorrow

web api instance method

BluetoothRemoteGATTCharacteristic: writeValueWithoutResponse() method

View on MDN ↗

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

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.