diff options
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | 2011-12-07 08:56:51 -0500 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-18 18:34:56 -0500 |
commit | 350ee4cfc0ea620bd1126ad4daa295586d6aa3a9 (patch) | |
tree | 61088ecc044fea570c635cf5429f53b2be385d2d /include/net/bluetooth/hci_core.h | |
parent | c9c2659f1ea84f860af82cac504cc58f17067523 (diff) |
Bluetooth: Add HCI Read Data Block Size function
Implement block size read function. Use different variables for
packet-based and block-based flow control.
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 105eaa251034..74f8356b9ff1 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -181,6 +181,11 @@ struct hci_dev { | |||
181 | unsigned int sco_pkts; | 181 | unsigned int sco_pkts; |
182 | unsigned int le_pkts; | 182 | unsigned int le_pkts; |
183 | 183 | ||
184 | __u16 block_len; | ||
185 | __u16 block_mtu; | ||
186 | __u16 num_blocks; | ||
187 | __u16 block_cnt; | ||
188 | |||
184 | unsigned long acl_last_tx; | 189 | unsigned long acl_last_tx; |
185 | unsigned long sco_last_tx; | 190 | unsigned long sco_last_tx; |
186 | unsigned long le_last_tx; | 191 | unsigned long le_last_tx; |