summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2009-12-09 00:15:41 -0800
committerColin Cross <ccross@android.com>2012-04-09 13:57:49 -0700
commite3bac0c5c4b9ee9f581bdae6111acbbda80d0a48 (patch)
tree70036dc615804c7a68ce45b33f8694b07152a4f3 /include/net
parent6bbc2b2c13d95836e3d7a16cbd3c0b67df3db3a3 (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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 344b0f97282..0a2c786a460 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -1391,6 +1391,9 @@ struct hci_conn_info {
__u8 out;
__u16 state;
__u32 link_mode;
+ __u32 mtu;
+ __u32 cnt;
+ __u32 pkts;
};
struct hci_dev_req {