summaryrefslogtreecommitdiff
path: root/monitor/bt.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-01-14 23:10:45 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-01-14 23:10:45 -0800
commit3d1b187c2346481723a78ee0e008d65eee8e66e8 (patch)
treeeb0d87ee87b978310db39df970421f41e6a32550 /monitor/bt.h
parentfefd48b9a28cef80f81cf79ce324bf0269a87379 (diff)
downloadbluez-3d1b187c2346481723a78ee0e008d65eee8e66e8.tar.gz
monitor: Add defintion for host number of completed packets command
Diffstat (limited to 'monitor/bt.h')
-rw-r--r--monitor/bt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/monitor/bt.h b/monitor/bt.h
index 81aff9b02..9592a27b6 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -1114,6 +1114,13 @@ struct bt_hci_cmd_host_buffer_size {
uint16_t sco_max_pkt;
} __attribute__ ((packed));
+#define BT_HCI_CMD_HOST_NUM_COMPLETED_PACKETS 0x0c35
+struct bt_hci_cmd_host_num_completed_packets {
+ uint8_t num_handles;
+ uint16_t handle;
+ uint16_t count;
+} __attribute__ ((packed));
+
#define BT_HCI_CMD_READ_LINK_SUPV_TIMEOUT 0x0c36
struct bt_hci_cmd_read_link_supv_timeout {
uint16_t handle;