Firefox Tomorrow

web api instance method

BluetoothRemoteGATTServer: getPrimaryServices() method

View on MDN ↗

Limited availabilitySecure context

The BluetoothRemoteGATTServer.getPrimaryServices() method returns a promise to a list of primary BluetoothRemoteGATTService objects offered by the Bluetooth device for a specified BluetoothServiceUUID.

Syntax

getPrimaryServices(bluetoothServiceUUID)

Parameters

  • bluetoothServiceUUID
    • : A Bluetooth service universally unique identifier for a specified device.

Return value

A Promise that resolves to a list of BluetoothRemoteGATTService objects.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.