Node Web Bluetooth
    Preparing search index...

    Interface BluetoothRemoteGATTDescriptorInit

    interface BluetoothRemoteGATTDescriptorInit {
        _handle: string;
        uuid: string;
        value?: DataView<ArrayBufferLike>;
    }
    Index

    Properties

    Properties

    _handle: string
    uuid: string
    value?: DataView<ArrayBufferLike>