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

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

517
518 unsigned int mtu;
519
520 __u32 feat_mask;
521
522 __u8 info_state;
523 __u8 info_ident;
524
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

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

517
518 unsigned int mtu;
519
520 __u32 feat_mask;
521
522 __u8 info_state;
523 __u8 info_ident;
524
525 struct delayed_work info_work;
525 struct delayed_work info_timer;
526
527 spinlock_t lock;
528
529 struct sk_buff *rx_skb;
530 __u32 rx_len;
531 __u8 tx_ident;
532
533 __u8 disc_reason;

--- 298 unchanged lines hidden ---
526
527 spinlock_t lock;
528
529 struct sk_buff *rx_skb;
530 __u32 rx_len;
531 __u8 tx_ident;
532
533 __u8 disc_reason;

--- 298 unchanged lines hidden ---