aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2009-12-09 00:15:41 -0800
committerPraneeth Bajjuri <praneeth@ti.com>2011-09-19 20:38:42 -0700
commitbfd7d805b861961c1b8135641a7688d605eaf7a6 (patch)
treedd054e0f5f710548405fd5c993a636d5eda4be15 /include
parenta5d5abc7cfc4c03c42f1e6ae79b06cc21932341d (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 be30aabe7b8..5c260ae2b24 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -1261,6 +1261,9 @@ struct hci_conn_info {
__u8 out;
__u16 state;
__u32 link_mode;
+ __u32 mtu;
+ __u32 cnt;
+ __u32 pkts;
};
struct hci_dev_req {