Lens Scripting API
    Preparing search index...

    Class BluetoothGattService

    Bluetooth GATT Services are collections of related Bluetooth.BluetoothGattCharacteristics representing specific functions or features of a device. For example, a heart rate sensor might have a "Heart Rate" service, which in turn has characteristics like "Heart Rate Measurement".

    Hierarchy (View Summary)

    Index

    Properties

    uuid: string

    The UUID of the GATT service.

    Methods

    • Returns true if the object matches or derives from the passed in type.

      Parameters

      • type: string

      Returns boolean

    • Returns true if this object is the same as other. Useful for checking if two references point to the same thing.

      Parameters

      Returns boolean