aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-07-01 14:11:21 +0200
committerMarcel Holtmann <marcel@holtmann.org>2014-07-03 17:42:53 +0200
commitc70a7e4cc8d22cb1ce684637ef8a4bb3a80d15b7 (patch)
tree9e0f367a948a61c4c645b929c6824778f8bf25bc /include/net/bluetooth/hci_core.h
parentBluetooth: Provide flags parameter direct to mgmt_device_found (diff)
downloadlinux-dev-c70a7e4cc8d22cb1ce684637ef8a4bb3a80d15b7.tar.xz
linux-dev-c70a7e4cc8d22cb1ce684637ef8a4bb3a80d15b7.zip
Bluetooth: Add support for Not Connectable flag for Device Found events
The Device Found events of the management interface should indicate if it is possible to connect to a remote device or if it is broadcaster only advertising. To allow this differentation the Not Connectable flag is introduced that will be set when it is known that a device can not be connected. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r--include/net/bluetooth/hci_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index ab3d4dda071c..eb0add396595 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -71,6 +71,7 @@ struct discovery_state {
bdaddr_t last_adv_addr;
u8 last_adv_addr_type;
s8 last_adv_rssi;
+ u32 last_adv_flags;
u8 last_adv_data[HCI_MAX_AD_LENGTH];
u8 last_adv_data_len;
};