From e0f5646a9c985b23dd1ac6345458ff80cedd9cbf Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 15 Aug 2013 00:05:19 -0700 Subject: [PATCH] monitor: Fix size in LE Test End fields --- monitor/bt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/bt.h b/monitor/bt.h index 58ca25518..75bcdee0c 100644 --- a/monitor/bt.h +++ b/monitor/bt.h @@ -1025,7 +1025,7 @@ struct bt_hci_cmd_le_transmitter_test { #define BT_HCI_CMD_LE_TEST_END 0x201f struct bt_hci_rsp_le_test_end { uint8_t status; - uint8_t num_packets; + uint16_t num_packets; } __attribute__ ((packed)); #define BT_HCI_EVT_INQUIRY_COMPLETE 0x01 -- 2.47.3