diff options
author | Nick Pelly <npelly@google.com> | 2009-12-09 00:15:41 -0800 |
---|---|---|
committer | Arve Hjønnevåg <arve@android.com> | 2010-02-08 15:36:00 -0800 |
commit | 7b75ff3c3f0b0014dd22c1db05ca916cd4b886e8 (patch) | |
tree | fcda5e7a72b91f4d7ca83d393df34dac95b0af39 /include | |
parent | 8fd3238575a5410507846838dbb2d4553f3f5aa2 (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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index ed3aea1605e8..b2d8a99e5177 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -991,6 +991,9 @@ struct hci_conn_info { __u8 out; __u16 state; __u32 link_mode; + __u32 mtu; + __u32 cnt; + __u32 pkts; }; struct hci_dev_req { |