Back to Content

BluetoothRemoteGATTDescriptor: value property

files/en-us/web/api/bluetoothremotegattdescriptor/value/index.md

latest398 B
Original Source

{{APIRef("Bluetooth API")}}{{SeeCompatTable}}{{SecureContext_Header}}

The BluetoothRemoteGATTDescriptor.value read-only property returns a {{jsxref("DataView")}} containing the currently cached descriptor value. This value gets updated when the value of the descriptor is read.

Value

A {{jsxref("DataView")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}