From 3d1b187c2346481723a78ee0e008d65eee8e66e8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 14 Jan 2015 23:10:45 -0800 Subject: [PATCH] monitor: Add defintion for host number of completed packets command --- monitor/bt.h | 7 +++++++ 1 file changed, 7 insertions(+) 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; -- 2.47.3