commit | c172849ed873e4785bdf9be18d5298427239f33a | [log] [tgz] |
---|---|---|
author | Nick Pelly <npelly@google.com> | Wed Dec 09 00:15:41 2009 -0800 |
committer | Colin Cross <ccross@android.com> | Tue Jun 14 09:09:16 2011 -0700 |
tree | ce4d078708c54cb4c11d265095ee1a9054a02b44 | |
parent | 5c9b4de70db251b1b8e9d927948e9604a5aaeccd [diff] [blame] |
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>
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 0c20227..4989633 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h
@@ -1184,6 +1184,9 @@ __u8 out; __u16 state; __u32 link_mode; + __u32 mtu; + __u32 cnt; + __u32 pkts; }; struct hci_dev_req {