diff options
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index c98afc08cc26..52899291f401 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -275,6 +275,8 @@ struct l2cap_conn_rsp { | |||
275 | #define L2CAP_CR_AUTHORIZATION 0x0006 | 275 | #define L2CAP_CR_AUTHORIZATION 0x0006 |
276 | #define L2CAP_CR_BAD_KEY_SIZE 0x0007 | 276 | #define L2CAP_CR_BAD_KEY_SIZE 0x0007 |
277 | #define L2CAP_CR_ENCRYPTION 0x0008 | 277 | #define L2CAP_CR_ENCRYPTION 0x0008 |
278 | #define L2CAP_CR_INVALID_SCID 0x0009 | ||
279 | #define L2CAP_CR_SCID_IN_USE 0x0010 | ||
278 | 280 | ||
279 | /* connect/create channel status */ | 281 | /* connect/create channel status */ |
280 | #define L2CAP_CS_NO_INFO 0x0000 | 282 | #define L2CAP_CS_NO_INFO 0x0000 |