getInfo abstract method

DeviceInfo getInfo(
  1. String deviceId
)

Retrieves information about a BLE device.

This method fetches the stored information about the device specified by deviceId, including the MAC address, serial number, local name, and firmware version.

deviceId - The unique identifier of the BLE device.

Returns a DeviceInfo object containing detailed information about the device.

Implementation

DeviceInfo getInfo(String deviceId);