diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2011-12-15 00:47:35 +0200 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-18 17:34:04 -0200 |
commit | 69ab39ea5da03e632a51b31534da713aff8d1e3b (patch) | |
tree | 3f10083b2ed1bd186f0f38b513453c68954dac45 /include/net/bluetooth/hci.h | |
parent | 590051de5ce54f7ae02997ed0a2532f08c7b7866 (diff) | |
download | kernel_goldelico_gta04-69ab39ea5da03e632a51b31534da713aff8d1e3b.zip kernel_goldelico_gta04-69ab39ea5da03e632a51b31534da713aff8d1e3b.tar.gz kernel_goldelico_gta04-69ab39ea5da03e632a51b31534da713aff8d1e3b.tar.bz2 |
Bluetooth: Update mgmt_read_info and related mgmt messages
This patch updates the mgmt_read_info and related messages to the latest
management API which uses a bitfield of settings instead of individual
boolean values.
Signed-off-by: Johan Hedberg <johan.hedberg@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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 67ad984..c9ad56f 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -210,6 +210,7 @@ enum { #define LMP_EV4 0x01 #define LMP_EV5 0x02 +#define LMP_NO_BREDR 0x20 #define LMP_LE 0x40 #define LMP_SNIFF_SUBR 0x02 |