aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2011-12-14 17:47:36 -0500
committerGustavo F. Padovan <padovan@profusion.mobi>2011-12-18 14:34:48 -0500
commitf7c6869cebe631582fdc2ac57459ee217ce9b015 (patch)
treeb9094ddb8ed6a8254958f245eecf1a4b1467f76d /include/net
parent69ab39ea5da03e632a51b31534da713aff8d1e3b (diff)
Bluetooth: Move mgmt_set_fast_connectable to the right location
Fast connectable is logically after the connectable property so that's where it should show up in the code as well (it's also after connectable in the settings bitfield). 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')
-rw-r--r--include/net/bluetooth/mgmt.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h
index 85e9c6e9d221..bf217ccb86bf 100644
--- a/include/net/bluetooth/mgmt.h
+++ b/include/net/bluetooth/mgmt.h
@@ -100,6 +100,8 @@ struct mgmt_cp_set_discoverable {
100 100
101#define MGMT_OP_SET_CONNECTABLE 0x0007 101#define MGMT_OP_SET_CONNECTABLE 0x0007
102 102
103#define MGMT_OP_SET_FAST_CONNECTABLE 0x001F
104
103#define MGMT_OP_SET_PAIRABLE 0x0008 105#define MGMT_OP_SET_PAIRABLE 0x0008
104 106
105#define MGMT_OP_ADD_UUID 0x0009 107#define MGMT_OP_ADD_UUID 0x0009
@@ -255,11 +257,6 @@ struct mgmt_cp_unblock_device {
255 bdaddr_t bdaddr; 257 bdaddr_t bdaddr;
256} __packed; 258} __packed;
257 259
258#define MGMT_OP_SET_FAST_CONNECTABLE 0x001F
259struct mgmt_cp_set_fast_connectable {
260 __u8 enable;
261} __packed;
262
263#define MGMT_OP_USER_PASSKEY_REPLY 0x0020 260#define MGMT_OP_USER_PASSKEY_REPLY 0x0020
264struct mgmt_cp_user_passkey_reply { 261struct mgmt_cp_user_passkey_reply {
265 bdaddr_t bdaddr; 262 bdaddr_t bdaddr;