Ble Discovered Device
data class BleDiscoveredDevice(val name: String, val deviceId: String, val rssi: Int, val timeStamp: Date, val connectionPoolId: String)
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.