BleDiscoveredDevice class
A class representing a BLE device discovered during scanning.
This class contains information about the device such as its name, unique device ID, signal strength (RSSI), the time it was discovered, and the connection pool ID.
Constructors
- BleDiscoveredDevice({required String name, required String deviceId, required int rssi, required DateTime timeStamp, required String connectionPoolId})
- Constructs a BleDiscoveredDevice instance with the provided information.
Properties
- connectionPoolId → String
-
The connection pool ID associated with the device.
final
- deviceId → String
-
The unique identifier for the BLE device.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the BLE device.
final
- rssi → int
-
The signal strength of the BLE device, represented as RSSI (Received Signal Strength Indicator).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeStamp → DateTime
-
The timestamp when the device was discovered.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited