rfcomm.h (77db1980565626471a980f0d2d17299e4bd5e7a5) | rfcomm.h (8b6b3da765af9600b5edd8e3e84a20523e975884) |
---|---|
1/* 2 RFCOMM implementation for Linux Bluetooth stack (BlueZ). 3 Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com> 4 Copyright (C) 2002 Marcel Holtmann <marcel@holtmann.org> 5 6 This program is free software; you can redistribute it and/or modify 7 it under the terms of the GNU General Public License version 2 as 8 published by the Free Software Foundation; --- 166 unchanged lines hidden (view full) --- 175 spinlock_t lock; 176 unsigned long state; 177 unsigned long flags; 178 atomic_t refcnt; 179 u8 dlci; 180 u8 addr; 181 u8 priority; 182 u8 v24_sig; | 1/* 2 RFCOMM implementation for Linux Bluetooth stack (BlueZ). 3 Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com> 4 Copyright (C) 2002 Marcel Holtmann <marcel@holtmann.org> 5 6 This program is free software; you can redistribute it and/or modify 7 it under the terms of the GNU General Public License version 2 as 8 published by the Free Software Foundation; --- 166 unchanged lines hidden (view full) --- 175 spinlock_t lock; 176 unsigned long state; 177 unsigned long flags; 178 atomic_t refcnt; 179 u8 dlci; 180 u8 addr; 181 u8 priority; 182 u8 v24_sig; |
183 u8 remote_v24_sig; |
|
183 u8 mscex; 184 u8 out; 185 186 u32 link_mode; 187 188 uint mtu; 189 uint cfc; 190 uint rx_credits; --- 166 unchanged lines hidden --- | 184 u8 mscex; 185 u8 out; 186 187 u32 link_mode; 188 189 uint mtu; 190 uint cfc; 191 uint rx_credits; --- 166 unchanged lines hidden --- |