toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
bluetooth
/
edu.stanford.spezi.core.bluetooth.data.model
/
BLEDevice
BLEDevice
@
Serializable
data
class
BLEDevice
(
val
address
:
String
,
val
name
:
String
,
val
connected
:
Boolean
,
val
lastSeenTimeStamp
:
Long
=
0
)
Members
Constructors
BLEDevice
Link copied to clipboard
constructor
(
address
:
String
,
name
:
String
,
connected
:
Boolean
,
lastSeenTimeStamp
:
Long
=
0
)
Properties
address
Link copied to clipboard
val
address
:
String
connected
Link copied to clipboard
val
connected
:
Boolean
last
Seen
Time
Stamp
Link copied to clipboard
val
lastSeenTimeStamp
:
Long
=
0
name
Link copied to clipboard
val
name
:
String