toggle menu
SDK
androidJvm
switch theme
search in API
sdk-sensor-collection
/
com.combain.sdk_sensor_collection.ble
/
SLBluetoothEntry
SLBluetooth
Entry
data
class
SLBluetoothEntry
(
val
mac
:
String
,
val
signalStrength
:
Int
,
val
timestamp
:
Long
,
val
name
:
String
,
val
uuid
:
String
?
,
val
major
:
Int
?
,
val
minor
:
Int
?
,
val
type
:
String
?
,
val
txPower
:
Int
?
)
Members
Constructors
SLBluetooth
Entry
Link copied to clipboard
constructor
(
mac
:
String
,
signalStrength
:
Int
,
timestamp
:
Long
,
name
:
String
,
uuid
:
String
?
,
major
:
Int
?
,
minor
:
Int
?
,
type
:
String
?
,
txPower
:
Int
?
)
Properties
mac
Link copied to clipboard
val
mac
:
String
major
Link copied to clipboard
val
major
:
Int
?
minor
Link copied to clipboard
val
minor
:
Int
?
name
Link copied to clipboard
val
name
:
String
signal
Strength
Link copied to clipboard
val
signalStrength
:
Int
timestamp
Link copied to clipboard
val
timestamp
:
Long
tx
Power
Link copied to clipboard
val
txPower
:
Int
?
type
Link copied to clipboard
val
type
:
String
?
uuid
Link copied to clipboard
val
uuid
:
String
?