Type alias ZendriveBluetoothDevice

ZendriveBluetoothDevice: {
    address: string;
    name: string;
}

Represents bluetooth info data

Type declaration

  • address: string
  • name: string