Lens Scripting API
    Preparing search index...

    Enumeration CharacteristicPropertyExperimental Wearable Only

    Index

    Enumeration Members

    Broadcast: number

    Property indicating that the characteristic supports broadcasting.

    ExtendedProps: number

    Property indicating characteristic has extra properties.

    Indicate: number

    Property indicating characteristic can send indications

    IndicateEncryptionRequired: number

    Property indicating indications must be encrypted.

    Notify: number

    Property indicating characteristic supports notifications.

    NotifyEncryptionRequired: number

    Property indicating notifications must be encrypted.

    Read: number

    Read and receive the current value of the characteristic.

    SignedWrite: number

    Property indicating characteristic supports signed write operations.

    Write: number

    Write a new value to the characteristic and await acknowledgment.

    WriteWithoutResponse: number

    Write a new value to the characteristic without awaiting acknowledgment.