The BluetoothRemoteGattCharacteristic interface of the Web Bluetooth API represents a GATT Characteristic, which is a basic data element that provides further information about a peripheral's service.
Returns a string containing the UUID of the characteristic, for example '00002a37-0000-1000-8000-00805f9b34fb' for the Heart Rate Measurement characteristic.
The currently cached characteristic value. This value gets updated when the value of the characteristic is read or updated via a notification or indication.
Returns a Promise that resolves to an DataView holding a duplicate of the value property if it is available and supported. Otherwise it throws an error.
56Before Chrome 70, this feature was only supported in macOS. In Chrome 70, support was added for Windows 10. Linux support is not enabled by default.
56In Linux and versions of Windows earlier than 10, this flag must be enabled.
79Supported by default only on macOS and Windows 10. Linux support is not enabled by default.
79In Linux and versions of Windows earlier than 10, this flag must be enabled.
No
No
43Before Opera 57, this feature was only supported in macOS. In Opera 57, support was added for Windows 10. Linux support is not enabled by default.
43In Linux and versions of Windows earlier than 10, this flag must be enabled.