Firefox Tomorrow

web api interface

BluetoothRemoteGATTService

View on MDN ↗

Limited availabilitySecure context

The BluetoothRemoteGATTService interface of the Web Bluetooth API represents a service provided by a GATT server, including a device, a list of referenced services, and a list of the characteristics of this service.

Instance properties

  • device Read only Experimental
    • : Returns information about a Bluetooth device through an instance of BluetoothDevice.
  • isPrimary Read only Experimental
    • : Returns a boolean value indicating whether this is a primary or secondary service.
  • uuid Read only Experimental
    • : Returns a string representing the UUID of this service.

Instance methods

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.