l2cap.h (571f739083e2544b343b5998608de679519de4e9) l2cap.h (dd1a8f8a88eecbc903f9ffff12332bec6d3f3be3)
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

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

272
273/* connect/create channel results */
274#define L2CAP_CR_SUCCESS 0x0000
275#define L2CAP_CR_PEND 0x0001
276#define L2CAP_CR_BAD_PSM 0x0002
277#define L2CAP_CR_SEC_BLOCK 0x0003
278#define L2CAP_CR_NO_MEM 0x0004
279#define L2CAP_CR_BAD_AMP 0x0005
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

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

272
273/* connect/create channel results */
274#define L2CAP_CR_SUCCESS 0x0000
275#define L2CAP_CR_PEND 0x0001
276#define L2CAP_CR_BAD_PSM 0x0002
277#define L2CAP_CR_SEC_BLOCK 0x0003
278#define L2CAP_CR_NO_MEM 0x0004
279#define L2CAP_CR_BAD_AMP 0x0005
280#define L2CAP_CR_INVALID_SCID 0x0006
281#define L2CAP_CR_SCID_IN_USE 0x0007
280
281/* credit based connect results */
282#define L2CAP_CR_LE_SUCCESS 0x0000
283#define L2CAP_CR_LE_BAD_PSM 0x0002
284#define L2CAP_CR_LE_NO_MEM 0x0004
285#define L2CAP_CR_LE_AUTHENTICATION 0x0005
286#define L2CAP_CR_LE_AUTHORIZATION 0x0006
287#define L2CAP_CR_LE_BAD_KEY_SIZE 0x0007

--- 666 unchanged lines hidden ---
282
283/* credit based connect results */
284#define L2CAP_CR_LE_SUCCESS 0x0000
285#define L2CAP_CR_LE_BAD_PSM 0x0002
286#define L2CAP_CR_LE_NO_MEM 0x0004
287#define L2CAP_CR_LE_AUTHENTICATION 0x0005
288#define L2CAP_CR_LE_AUTHORIZATION 0x0006
289#define L2CAP_CR_LE_BAD_KEY_SIZE 0x0007

--- 666 unchanged lines hidden ---