aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2011-12-19 16:14:18 +0200
committerGustavo F. Padovan <padovan@profusion.mobi>2011-12-22 14:03:24 -0200
commit68a8aea45973c8d0bc05f58389ce9e82e04bb5f6 (patch)
treee28685f45585430c836427e50a8fb78d4aecb817 /include/net/bluetooth/hci.h
parentBluetooth: fix bt_accept_dequeue() to work in process context (diff)
downloadlinux-dev-68a8aea45973c8d0bc05f58389ce9e82e04bb5f6.tar.xz
linux-dev-68a8aea45973c8d0bc05f58389ce9e82e04bb5f6.zip
Bluetooth: Remove magic numbers from le scan cmd
Make code readable by removing magic numbers. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth/hci.h')
-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 6127ca8bd1d1..5b2fed5eebf2 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -804,6 +804,9 @@ struct hci_cp_le_set_scan_param {
__u8 filter_policy;
} __packed;
+#define LE_SCANNING_DISABLED 0x00
+#define LE_SCANNING_ENABLED 0x01
+
#define HCI_OP_LE_SET_SCAN_ENABLE 0x200c
struct hci_cp_le_set_scan_enable {
__u8 enable;