aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2009-12-09 00:15:41 -0800
committerArve Hjønnevåg <arve@android.com>2013-06-11 17:46:19 -0700
commit0ea526bee0f7b6edf43367f592cc6fa5b8c7c920 (patch)
treed322a93037f5fea149c61e27876aaec018e5f145 /include
parente2045a4b1cb0459e6f25a70c32c8a4ce511cf0bb (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')
-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 e0512aaef4b..2d6adf33126 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -1628,6 +1628,9 @@ struct hci_conn_info {
__u8 out;
__u16 state;
__u32 link_mode;
+ __u32 mtu;
+ __u32 cnt;
+ __u32 pkts;
};
struct hci_dev_req {