Eddystone-URL "Flags Data" Meaning? -


i'm learning eddystone beacons (url @ moment) , i'm trying understand purpose of each field. i'm getting bit hung on one, because it's not explained.

https://hackaday.io/project/10314-raspberry-pi-3-as-an-eddystone-url-beacon

has flags data 0x06, while

https://github.com/google/eddystone/blob/master/eddystone-url/implementations/linux/advertise-url

uses 0x1a, neither explains why value set there. rest more or less understandable, don't bit. can elaborate?

thanks,

matt

the flags described in supplement bluetooth core specification in section 1.3.

the difference in case is:
0x06 - device ble only. full bluetooth stack not supported.
0x1a - device can used ble full bluetooth controller/host simultaneously.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -