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

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -