You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix crash when a Bluetooth Beacon with no further data is found.
1.5.0 - December 2015
Allow last two bytes of the Eddystone UID frame to be 0x00 0x00 for RFU, according to the specification.
Some beacons do not send these bytes; the library now allows both variants. When creating a UID record,
the library will now add the two additional bytes to conform to the spec.
1.4.0 - December 2015
Fix black window background color in example app on latest Windows 10 Mobile version
1.3.0 - September 2015
Example app allows clearing visible information
1.2.0 - August 2015
Improvements in naming and Eddystone references
1.1.0 - August 2015
Manually construct Eddystone TLM & UID frames
1.0.0 - August 2015
Initial release
Works with received Bluetooth advertisements from the Windows 10 Bluetooth LE API
Combines individual received frames based on the Bluetooth MAC address to associate them with unique beacons
Support for parsing Google Eddystone URL, UID and TLM frames