kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
BluetoothEmulation
/
ScanEntry
Scan
Entry
@
Serializable
data
class
ScanEntry
(
val
deviceAddress
:
String
,
val
rssi
:
Int
,
val
scanRecord
:
BluetoothEmulation.ScanRecord
)
Stores the advertisement packet information that is sent by a Bluetooth device.
Members
Constructors
Scan
Entry
Link copied to clipboard
constructor
(
deviceAddress
:
String
,
rssi
:
Int
,
scanRecord
:
BluetoothEmulation.ScanRecord
)
Properties
device
Address
Link copied to clipboard
val
deviceAddress
:
String
rssi
Link copied to clipboard
val
rssi
:
Int
scan
Record
Link copied to clipboard
val
scanRecord
:
BluetoothEmulation.ScanRecord