Node Web Bluetooth
    Preparing search index...

    Variable BluetoothUUIDConst

    BluetoothUUID: {
        canonicalUUID: (alias: string | number) => string;
        getCharacteristic: (name: string | number) => string;
        getDescriptor: (name: string | number) => string;
        getService: (name: string | number) => string;
    } = ...

    Type Declaration

    • canonicalUUID: (alias: string | number) => string

      Gets a canonical UUID from a partial UUID in string or hex format

    • getCharacteristic: (name: string | number) => string

      Gets a canonical characteristic UUID from a known characteristic name or partial UUID in string or hex format

    • getDescriptor: (name: string | number) => string

      Gets a canonical descriptor UUID from a known descriptor name or partial UUID in string or hex format

    • getService: (name: string | number) => string

      Gets a canonical service UUID from a known service name or partial UUID in string or hex format