Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Johan Hedberg says: ==================== pull request: bluetooth-next 2018-10-20 Here's one more bluetooth-next pull request for the 4.20 kernel. - Added new USB ID for QCA_ROME controller - Added debug trace support from QCA wcn3990 controllers - Updated L2CAP to conform to latest Errata Service Release - Fix binding to non-removable BCM43430 devices Please let me know if there are any issues pulling. Thanks. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -277,12 +277,19 @@ struct l2cap_conn_rsp {
|
||||
#define L2CAP_CR_SEC_BLOCK 0x0003
|
||||
#define L2CAP_CR_NO_MEM 0x0004
|
||||
#define L2CAP_CR_BAD_AMP 0x0005
|
||||
#define L2CAP_CR_AUTHENTICATION 0x0005
|
||||
#define L2CAP_CR_AUTHORIZATION 0x0006
|
||||
#define L2CAP_CR_BAD_KEY_SIZE 0x0007
|
||||
#define L2CAP_CR_ENCRYPTION 0x0008
|
||||
#define L2CAP_CR_INVALID_SCID 0x0009
|
||||
#define L2CAP_CR_SCID_IN_USE 0x000A
|
||||
#define L2CAP_CR_INVALID_SCID 0x0006
|
||||
#define L2CAP_CR_SCID_IN_USE 0x0007
|
||||
|
||||
/* credit based connect results */
|
||||
#define L2CAP_CR_LE_SUCCESS 0x0000
|
||||
#define L2CAP_CR_LE_BAD_PSM 0x0002
|
||||
#define L2CAP_CR_LE_NO_MEM 0x0004
|
||||
#define L2CAP_CR_LE_AUTHENTICATION 0x0005
|
||||
#define L2CAP_CR_LE_AUTHORIZATION 0x0006
|
||||
#define L2CAP_CR_LE_BAD_KEY_SIZE 0x0007
|
||||
#define L2CAP_CR_LE_ENCRYPTION 0x0008
|
||||
#define L2CAP_CR_LE_INVALID_SCID 0x0009
|
||||
#define L2CAP_CR_LE_SCID_IN_USE 0X000A
|
||||
|
||||
/* connect/create channel status */
|
||||
#define L2CAP_CS_NO_INFO 0x0000
|
||||
|
Reference in New Issue
Block a user