commit | 274a381d76ba04220cf05a8fc5b32eb6d5091b76 | [log] [tgz] |
---|---|---|
author | Myles Watson <mylesgw@google.com> | Thu Feb 23 06:29:08 2017 -0800 |
committer | Myles Watson <mylesgw@google.com> | Thu Feb 23 15:54:21 2017 -0800 |
tree | 293861df694e8f8d57bfb690616b034e708966ff | |
parent | 7c04478044737b230f2d6cef7667ad4c8b5bf97d [diff] [blame] |
Bluetooth: Make HciPacketizer reusable Test: VtsHalBluetoothV1_0TargetTest passes Change-Id: I480d156225af2a5dd879f47a897af0b01dab5663
diff --git a/bluetooth/1.0/default/hci_internals.h b/bluetooth/1.0/default/hci_internals.h index d5714be..1e1f300 100644 --- a/bluetooth/1.0/default/hci_internals.h +++ b/bluetooth/1.0/default/hci_internals.h
@@ -16,6 +16,8 @@ #pragma once +#include <stdlib.h> + // HCI UART transport packet types (Volume 4, Part A, 2) enum HciPacketType { HCI_PACKET_TYPE_UNKNOWN = 0,