Merge "Make RawAddress into a class (2/3)"
am: 31e94c57e9

Change-Id: I37a9727fb3851052b9eab2e1a8fad9a7569d6986
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index 119c35d..9fd91cb 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 @@
 /** 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];