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
/
CurrentlyConnectedInfo
Currently
Connected
Info
@
Composable
fun
CurrentlyConnectedInfo
(
node
:
Node
,
onNavigateToNodeDetails
:
(
Int
)
->
Unit
,
onClickDisconnect
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
bleDevice
:
DeviceListEntry.Ble
?
=
null
)
(
source
)