diff options
author | Nick Pelly <npelly@google.com> | 2009-12-09 00:15:41 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2010-09-29 17:49:23 -0700 |
commit | 197cf17c5c81851981f2f3fceead81299a901077 (patch) | |
tree | 7c4fd005926b18499b6ea08ff025ae8e9a75aabc /include/net | |
parent | b3c1c81bc03417e1d3bccc0080f6d752d5fccad8 (diff) |
Bluetooth: Add ACL MTU, available buffers and total buffers to hci_conn_info.
This provides userspace debugging tools access to ACL flow control state.
Signed-off-by: Nick Pelly <npelly@google.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/hci.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index bcbdd6d4e6dd..84ae84074973 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -998,6 +998,9 @@ struct hci_conn_info { __u8 out; __u16 state; __u32 link_mode; + __u32 mtu; + __u32 cnt; + __u32 pkts; }; struct hci_dev_req { |