Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbc9fec4 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Merge "Get rid of BD_ADDR (again)"

am: 6075dece

Change-Id: Ic4da09c13391f7b13ce3797b42188c6b9ce1289a
parents 53e8623c 6075dece
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -945,12 +945,6 @@ typedef uint8_t tBT_DEVICE_TYPE;
/* Define a function for logging */
typedef void(BT_LOG_FUNC)(int trace_type, const char* fmt_str, ...);

/* bd addr length and type */
#ifndef BD_ADDR_LEN
#define BD_ADDR_LEN 6
typedef uint8_t BD_ADDR[BD_ADDR_LEN];
#endif

// From bd.c

/*****************************************************************************