SidewalkDevice
An object encapsulating attributes of a Sidewalk device.
When a SidewalkDevice
is provided for SidewalkDeviceDescriptor
,
Sidewalk Mobile SDK ignores nameFilter
since the name
value is rather unreliable
and endpointID
should be enough for scan filtering.
-
An object encapsulating information contained within the Sidewalk Beacon.
See more -
The UUID associated with the peripheral.
-
The hardware ID of the device. This could be Sidewalk ID for a registered(
normal
) device or Sidewalk Manufacturing Serial Number for an unregistered(OOBE
) device. -
The advertised name of the Sidewalk device.
-
The RSSI value of the Sidewalk device when scanned.
-
Additional information contained within the Sidewalk beacon.
-
Empty string will be treated as nil for
endpointIDFilter
. -
Not filter with
name
on scan forSidewalkDevice
since it is rather unreliable andendpointID
should be enough for scan filtering.