Documentation
    Preparing search index...

    Bluetooth UUIDs for a Pixels' peripheral service and characteristics.

    type PixelsConnectUuids = {
        notifyCharacteristic: string;
        service: string;
        writeCharacteristic: string;
    }
    Index

    Properties

    notifyCharacteristic: string

    Pixel device notify characteristic UUID.

    service: string

    Pixel device service UUID.

    writeCharacteristic: string

    Pixel device write characteristic UUID.