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

Commit 6075dece authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Get rid of BD_ADDR (again)"

parents d1d2f886 d6758c4f
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

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