Paired devices list was added

This commit is contained in:
2023-09-27 21:55:07 +07:00
parent 80390b09ba
commit 415b5ef0d8
11 changed files with 298 additions and 93 deletions

View File

@@ -45,7 +45,7 @@ fun BluetoothScannerScreen(
val (title, devicesList, controls) = createRefs()
Title(
text = "Поиск устройств",
text = "Устройства поблизости",
modifier = Modifier
.fillMaxWidth()
.padding(vertical = 10.dp)
@@ -53,7 +53,7 @@ fun BluetoothScannerScreen(
)
DiscoveredDevicesList(
devices = bluetoothState.scannedDevices,
bluetoothState = bluetoothState,
selectedDevice = selectedDevice,
choiceDevice = choiceDevice,
modifier = Modifier