summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorAndre Guedes <andre.guedes@openbossa.org>2013-04-04 20:21:00 -0300
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2013-04-18 01:16:25 -0300
commit5df480b56e427d83830576862463226c8fcc95d7 (patch)
treee79dc6f8087391ed22260e385fe4eed36c30cf16 /include/net
parentb6c7515a288485fc638f95d484d8f1dbe1b7f541 (diff)
downloadlinux-5df480b56e427d83830576862463226c8fcc95d7.tar.gz
linux-5df480b56e427d83830576862463226c8fcc95d7.tar.xz
Bluetooth: Add LE scan type macros
This patch adds macros for active and passive LE scan type values. The LE_SCAN_PASSIVE was also defined since it will be used in future by LE connection routine and GAP Observer Role support. Signed-off-by: Andre Guedes <andre.guedes@openbossa.org> Acked-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/hci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index b3308927a0a1..3f4266b3c3ba 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -984,6 +984,9 @@ struct hci_cp_le_set_adv_data {
#define HCI_OP_LE_SET_ADV_ENABLE 0x200a
+#define LE_SCAN_PASSIVE 0x00
+#define LE_SCAN_ACTIVE 0x01
+
#define HCI_OP_LE_SET_SCAN_PARAM 0x200b
struct hci_cp_le_set_scan_param {
__u8 type;