Firefox Tomorrow

web api instance method

BluetoothRemoteGATTCharacteristic: writeValueWithResponse() method

View on MDN ↗

Limited availabilitySecure context

The BluetoothRemoteGATTCharacteristic.writeValueWithResponse() method sets a BluetoothRemoteGATTCharacteristic object’s value property to the bytes contained in a given ArrayBuffer, TypedArray, or DataView, writes the characteristic value with required response, and returns the resulting Promise.

Syntax

writeValueWithResponse(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.