Kotlin-BLE-Library
Toggle table of contents
2.0.0-alpha05
jvm
Platform filter
jvm
Switch theme
Search in API
Kotlin-BLE-Library
client-mock
/
no.nordicsemi.kotlin.ble.client.mock.internal
/
MockScanResult
/
MockScanResult
Mock
Scan
Result
constructor
(
peripheralSpec
:
PeripheralSpec
<
ID
>
,
isConnectable
:
Boolean
,
advertisingData
:
ByteArray
,
isBeacon
:
Boolean
,
rssi
:
Int
,
txPowerLevel
:
Int
?
,
primaryPhy
:
PrimaryPhy
,
secondaryPhy
:
Phy
?
,
timestamp
:
Long
)