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>
This commit is contained in:
Nick Pelly
2009-12-09 00:15:41 -08:00
committed by Colin Cross
parent 5c9b4de70d
commit c172849ed8
2 changed files with 21 additions and 0 deletions

View File

@@ -1184,6 +1184,9 @@ struct hci_conn_info {
__u8 out;
__u16 state;
__u32 link_mode;
__u32 mtu;
__u32 cnt;
__u32 pkts;
};
struct hci_dev_req {