l2cap.h (1a09bcb97ca1b4eb9a6ea381fbc3beb7a9d2895d) | l2cap.h (f01ead315785768cdb6e928646f90a47640bcdd9) |
---|---|
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 --- 381 unchanged lines hidden (view full) --- 390 spinlock_t lock; 391 392 struct sk_buff *rx_skb; 393 __u32 rx_len; 394 __u8 tx_ident; 395 396 __u8 disc_reason; 397 | 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 --- 381 unchanged lines hidden (view full) --- 390 spinlock_t lock; 391 392 struct sk_buff *rx_skb; 393 __u32 rx_len; 394 __u8 tx_ident; 395 396 __u8 disc_reason; 397 |
398 __u8 preq[7]; /* SMP Pairing Request */ 399 __u8 prsp[7]; /* SMP Pairing Response */ 400 __u8 prnd[16]; /* SMP Pairing Random */ 401 __u8 pcnf[16]; /* SMP Pairing Confirm */ 402 |
|
398 struct list_head chan_l; 399 rwlock_t chan_lock; 400}; 401 402#define L2CAP_INFO_CL_MTU_REQ_SENT 0x01 403#define L2CAP_INFO_FEAT_MASK_REQ_SENT 0x04 404#define L2CAP_INFO_FEAT_MASK_REQ_DONE 0x08 405 --- 84 unchanged lines hidden --- | 403 struct list_head chan_l; 404 rwlock_t chan_lock; 405}; 406 407#define L2CAP_INFO_CL_MTU_REQ_SENT 0x01 408#define L2CAP_INFO_FEAT_MASK_REQ_SENT 0x04 409#define L2CAP_INFO_FEAT_MASK_REQ_DONE 0x08 410 --- 84 unchanged lines hidden --- |