Node Web Bluetooth
    Preparing search index...

    Interface Service

    SimpleBLE Service.

    interface Service {
        characteristics: Characteristic[];
        data: Uint8Array;
        uuid: string;
    }
    Index

    Properties

    characteristics: Characteristic[]
    data: Uint8Array
    uuid: string