app
androidJvm
app
/
com.iomt.android.compose.components
/
DeviceList
Device
List
@
RequiresApi
(
value
=
31
)
@
RequiresPermission
(
value
=
"android.permission.BLUETOOTH_CONNECT"
)
@
Composable
fun
DeviceList
(
title
:
String
,
deviceWithConfigList
:
List
<
BluetoothDeviceWithConfig
>
,
onItemClicked
:
(
BluetoothDeviceWithConfig
)
->
Unit
)
Parameters
title
label for
DeviceList
device
With
Config
List
List
of
BluetoothDeviceWithConfig
s
on
Item
Clicked
callback invoked on Device item click