l2cap.h (7888b61c15d3661cd56d97fa1a078e48824d5d72) l2cap.h (18722c247023035b9e2e2a08a887adec2a9a6e49)
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3 Copyright (C) 2000-2001 Qualcomm Incorporated
4 Copyright (C) 2009-2010 Gustavo F. Padovan <gustavo@padovan.org>
5 Copyright (C) 2010 Google Inc.
6
7 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>
8

--- 122 unchanged lines hidden (view full) ---

131/* L2CAP checksum option */
132#define L2CAP_FCS_NONE 0x00
133#define L2CAP_FCS_CRC16 0x01
134
135/* L2CAP fixed channels */
136#define L2CAP_FC_L2CAP 0x02
137#define L2CAP_FC_CONNLESS 0x04
138#define L2CAP_FC_A2MP 0x08
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3 Copyright (C) 2000-2001 Qualcomm Incorporated
4 Copyright (C) 2009-2010 Gustavo F. Padovan <gustavo@padovan.org>
5 Copyright (C) 2010 Google Inc.
6
7 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>
8

--- 122 unchanged lines hidden (view full) ---

131/* L2CAP checksum option */
132#define L2CAP_FCS_NONE 0x00
133#define L2CAP_FCS_CRC16 0x01
134
135/* L2CAP fixed channels */
136#define L2CAP_FC_L2CAP 0x02
137#define L2CAP_FC_CONNLESS 0x04
138#define L2CAP_FC_A2MP 0x08
139#define L2CAP_FC_6LOWPAN 0x3e /* reserved and temporary value */
139
140/* L2CAP Control Field bit masks */
141#define L2CAP_CTRL_SAR 0xC000
142#define L2CAP_CTRL_REQSEQ 0x3F00
143#define L2CAP_CTRL_TXSEQ 0x007E
144#define L2CAP_CTRL_SUPERVISE 0x000C
145
146#define L2CAP_CTRL_RETRANS 0x0080

--- 746 unchanged lines hidden ---
140
141/* L2CAP Control Field bit masks */
142#define L2CAP_CTRL_SAR 0xC000
143#define L2CAP_CTRL_REQSEQ 0x3F00
144#define L2CAP_CTRL_TXSEQ 0x007E
145#define L2CAP_CTRL_SUPERVISE 0x000C
146
147#define L2CAP_CTRL_RETRANS 0x0080

--- 746 unchanged lines hidden ---