Firefox Tomorrow

web api interface

BluetoothRemoteGATTCharacteristic

View on MDN ↗

Limited availabilitySecure context

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.

Instance properties

  • service Read only Experimental
  • uuid Read only Experimental
    • : Returns a string containing the UUID of the characteristic, for example '00002a37-0000-1000-8000-00805f9b34fb' for the Heart Rate Measurement characteristic.
  • properties Read only Experimental
    • : Returns the properties of this characteristic.
  • value Read only Experimental
    • : The currently cached characteristic value. This value gets updated when the value of the characteristic is read or updated via a notification or indication.

Instance methods

Events

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.