Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-connections
/
org.meshtastic.feature.connections.ui.components
/
DeviceListItem
Device
List
Item
@
Composable
fun
DeviceListItem
(
connectionState
:
ConnectionState
,
device
:
DeviceListEntry
,
onSelect
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
onDelete
:
(
)
->
Unit
?
=
null
,
rssi
:
Int
?
=
null
)
(
source
)