Управление внешними устройствами вручную
Обычно SDK сам управляет соединением, но доступны методы:
// suspend
val serial = DriverImpl.core.connectByBluetooth(mac, name)
DriverImpl.core.disconnectByBluetooth()
DriverImpl.core.removeBluetoothDevice(serial)