-
public final class BleScanDataA single BLE advertisement observation (one row per scan callback).
Kept in parity with the iOS
BLEDatastruct — same field names/order — so the cross-platform CSV / server schema lines up. No connection is made; every field here comes from the passively-received advertising packet.
-
-
Field Summary
Fields Modifier and Type Field Description private final DoublewallClockTimestampprivate final DoublemonotonicTimestampprivate final StringdeviceIdprivate final Stringnameprivate final Integerrssiprivate final IntegertxPowerprivate final StringserviceUuidsprivate final StringmanufacturerDataprivate final BooleanisConnectable
-
Method Summary
Modifier and Type Method Description final DoublegetWallClockTimestamp()final DoublegetMonotonicTimestamp()final StringgetDeviceId()final StringgetName()final IntegergetRssi()final IntegergetTxPower()final StringgetServiceUuids()final StringgetManufacturerData()final BooleangetIsConnectable()-
-
Method Detail
-
getWallClockTimestamp
final Double getWallClockTimestamp()
-
getMonotonicTimestamp
final Double getMonotonicTimestamp()
-
getDeviceId
final String getDeviceId()
-
getTxPower
final Integer getTxPower()
-
getServiceUuids
final String getServiceUuids()
-
getManufacturerData
final String getManufacturerData()
-
getIsConnectable
final Boolean getIsConnectable()
-
-
-
-