diff options
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | 2012-05-23 08:44:06 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-06-04 23:34:08 -0400 |
commit | 59e54bd15d63f102c71c3ce695bca5ed90926e46 (patch) | |
tree | 0a647bce50d563cc4a8fda6007eda7fd6b29e642 /include/net/bluetooth | |
parent | 8449e381a8558fb1d911017ea26bae681fea4240 (diff) |
Bluetooth: Define L2CAP conf continuation flag
Define Continuation flag which the only flag used from Flags field
in L2CAP Configuration Request and Response.
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 7bc40198f147..01422578cc78 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -271,6 +271,9 @@ struct l2cap_conf_rsp { | |||
271 | #define L2CAP_CONF_PENDING 0x0004 | 271 | #define L2CAP_CONF_PENDING 0x0004 |
272 | #define L2CAP_CONF_EFS_REJECT 0x0005 | 272 | #define L2CAP_CONF_EFS_REJECT 0x0005 |
273 | 273 | ||
274 | /* configuration req/rsp continuation flag */ | ||
275 | #define L2CAP_CONF_FLAG_CONTINUATION 0x0001 | ||
276 | |||
274 | struct l2cap_conf_opt { | 277 | struct l2cap_conf_opt { |
275 | __u8 type; | 278 | __u8 type; |
276 | __u8 len; | 279 | __u8 len; |