l2cap.h (c2ec9c1bbd17cdd1fc962f000b4ecb98c1dad830) l2cap.h (6c9d42a1615c6dc19c4a57a77d9c4b3d779bb741)
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

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

527 spinlock_t lock;
528
529 struct sk_buff *rx_skb;
530 __u32 rx_len;
531 __u8 tx_ident;
532
533 __u8 disc_reason;
534
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

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

527 spinlock_t lock;
528
529 struct sk_buff *rx_skb;
530 __u32 rx_len;
531 __u8 tx_ident;
532
533 __u8 disc_reason;
534
535 struct timer_list security_timer;
535 struct delayed_work security_timer;
536 struct smp_chan *smp_chan;
537
538 struct list_head chan_l;
539 struct mutex chan_lock;
540};
541
542#define L2CAP_INFO_CL_MTU_REQ_SENT 0x01
543#define L2CAP_INFO_FEAT_MASK_REQ_SENT 0x04

--- 288 unchanged lines hidden ---
536 struct smp_chan *smp_chan;
537
538 struct list_head chan_l;
539 struct mutex chan_lock;
540};
541
542#define L2CAP_INFO_CL_MTU_REQ_SENT 0x01
543#define L2CAP_INFO_FEAT_MASK_REQ_SENT 0x04

--- 288 unchanged lines hidden ---