Bluetooth-related error state

interface BluetoothError {
    error: BluetoothErrorEnum;
    kind: "bluetooth";
}

Properties

Properties

Error kind

kind: "bluetooth"

Generated using TypeDoc