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.model
/
DeviceListEntry
/
Ble
Ble
data
class
Ble
(
val
device
:
BleDevice
,
val
bonded
:
Boolean
=
device.isBonded
,
val
node
:
Node
?
=
null
)
:
DeviceListEntry
(
source
)
Members
Constructors
Ble
Link copied to clipboard
constructor
(
device
:
BleDevice
,
bonded
:
Boolean
=
device.isBonded
,
node
:
Node
?
=
null
)
Properties
address
Link copied to clipboard
val
address
:
String
bonded
Link copied to clipboard
open
override
val
bonded
:
Boolean
device
Link copied to clipboard
val
device
:
BleDevice
full
Address
Link copied to clipboard
open
val
fullAddress
:
String
name
Link copied to clipboard
open
val
name
:
String
node
Link copied to clipboard
open
override
val
node
:
Node
?
Functions
copy
Link copied to clipboard
open
override
fun
copy
(
node
:
Node
?
)
:
DeviceListEntry.Ble