Interface AvailableTransports

interface AvailableTransports {
    capacitorBle: boolean;
    webBluetooth: boolean;
    webSerial: boolean;
}

Properties

capacitorBle: boolean
webBluetooth: boolean
webSerial: boolean