commit | 203fea0178d7e165dbe834d1bdd9d243018fd5bf | [log] [tgz] |
---|---|---|
author | Arman Uguray <armansito@chromium.org> | Mon Mar 23 15:57:11 2015 -0700 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Mar 24 01:53:46 2015 +0100 |
tree | c1829ab75e4bc8bfdeec5b15ef5c4b5761b678d3 | |
parent | 4453b006538d02ada8294a195bb2dc2ada498436 [diff] |
Bluetooth: Add data structure for advertising instance This patch introduces a new data structure to represent advertising instances that were added using the "Add Advertising" mgmt command. Initially an hci_dev structure will support only one of these instances at a time, so the current instance is simply stored as a direct member of hci_dev. Signed-off-by: Arman Uguray <armansito@chromium.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>