summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-07-07 22:06:29 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-07-07 22:06:29 +0000
commite7eadfaae152dcceae41df197a9a72f4c61021d7 (patch)
treeba8f48a217cdb3de382abb5b8d9049bd55f85ca2
parent4af1266c922772401f7f2ce76819b804086bab49 (diff)
parent9acd99505363a31cfc657ee5e2daa4c919fa5705 (diff)
downloadlibhardware-e7eadfaae152dcceae41df197a9a72f4c61021d7.tar.gz
release-request-ccd04736-6e66-4825-a227-ecd69d8b5337-for-git_oc-mr1-release-4163697 snap-temp-L79500000080559163
Change-Id: If74240b68c3d17a060c5709cb6a0b05192d0649b
-rw-r--r--include/hardware/bluetooth.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index 119c35d0..9fd91cb2 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -24,6 +24,8 @@
#include <hardware/hardware.h>
+#include <raw_address.h>
+
__BEGIN_DECLS
/**
@@ -55,11 +57,6 @@ __BEGIN_DECLS
/** Bluetooth test interface IDs */
#define BT_TEST_INTERFACE_MCAP_ID "mcap_test"
-/** Bluetooth Address */
-typedef struct {
- uint8_t address[6];
-} __attribute__((packed))RawAddress;
-
/** Bluetooth Device Name */
typedef struct {
uint8_t name[249];