Node Web Bluetooth
    Preparing search index...

    Interface BluetoothRemoteGATTCharacteristicInit

    interface BluetoothRemoteGATTCharacteristicInit {
        _handle: string;
        properties: BluetoothCharacteristicProperties;
        uuid: string;
        value?: DataView<ArrayBufferLike>;
    }
    Index

    Properties

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