l2cap.h (595177f311f5d42804f729e927f7eac87bbcc21b) | l2cap.h (e77af7559238895ec5fd1706762e1c9f890dcc7e) |
---|---|
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 --- 238 unchanged lines hidden (view full) --- 247#define L2CAP_CID_SIGNALING 0x0001 248#define L2CAP_CID_CONN_LESS 0x0002 249#define L2CAP_CID_A2MP 0x0003 250#define L2CAP_CID_ATT 0x0004 251#define L2CAP_CID_LE_SIGNALING 0x0005 252#define L2CAP_CID_SMP 0x0006 253#define L2CAP_CID_DYN_START 0x0040 254#define L2CAP_CID_DYN_END 0xffff | 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 --- 238 unchanged lines hidden (view full) --- 247#define L2CAP_CID_SIGNALING 0x0001 248#define L2CAP_CID_CONN_LESS 0x0002 249#define L2CAP_CID_A2MP 0x0003 250#define L2CAP_CID_ATT 0x0004 251#define L2CAP_CID_LE_SIGNALING 0x0005 252#define L2CAP_CID_SMP 0x0006 253#define L2CAP_CID_DYN_START 0x0040 254#define L2CAP_CID_DYN_END 0xffff |
255#define L2CAP_CID_LE_DYN_END 0x007f |
|
255 256/* connect/create channel results */ 257#define L2CAP_CR_SUCCESS 0x0000 258#define L2CAP_CR_PEND 0x0001 259#define L2CAP_CR_BAD_PSM 0x0002 260#define L2CAP_CR_SEC_BLOCK 0x0003 261#define L2CAP_CR_NO_MEM 0x0004 262#define L2CAP_CR_BAD_AMP 0x0005 --- 630 unchanged lines hidden --- | 256 257/* connect/create channel results */ 258#define L2CAP_CR_SUCCESS 0x0000 259#define L2CAP_CR_PEND 0x0001 260#define L2CAP_CR_BAD_PSM 0x0002 261#define L2CAP_CR_SEC_BLOCK 0x0003 262#define L2CAP_CR_NO_MEM 0x0004 263#define L2CAP_CR_BAD_AMP 0x0005 --- 630 unchanged lines hidden --- |