diff options
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 4781d285b2e9..abfec8847718 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -185,6 +185,7 @@ struct l2cap_info_rsp { | |||
185 | /* info type */ | 185 | /* info type */ |
186 | #define L2CAP_IT_CL_MTU 0x0001 | 186 | #define L2CAP_IT_CL_MTU 0x0001 |
187 | #define L2CAP_IT_FEAT_MASK 0x0002 | 187 | #define L2CAP_IT_FEAT_MASK 0x0002 |
188 | #define L2CAP_IT_FIXED_CHAN 0x0003 | ||
188 | 189 | ||
189 | /* info result */ | 190 | /* info result */ |
190 | #define L2CAP_IR_SUCCESS 0x0000 | 191 | #define L2CAP_IR_SUCCESS 0x0000 |