commit | 9caa04570d1eb675f030125fd34d1e310d78b64f | [log] [tgz] |
---|---|---|
author | Puthikorn Voravootivat <puthik@chromium.org> | Wed Oct 19 19:03:38 2016 -0700 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Oct 20 17:36:24 2016 +0200 |
tree | 7e210f4f4194238c4a57e8743ea88ef60287d550 | |
parent | f96e4a9fb64f1c18ab55608820579e883270e97c [diff] |
core: Add implementation of AdvertisingFlags This adds 'AdvertisingFlags' property to Device interface. Bluetooth Core Supplementary Spec v6 Chapter 1.3 defines Bluetooth Flags as one of the data in advertise data. BlueZ also correctly parses this data but never exposes it to upper layer.