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

Commit d6758c4f authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Get rid of BD_ADDR (again)

BD_ADDR and BD_ADDR_LEN were defined multiple times. Get rid of the
redefiniton.

Test: compilation test
Change-Id: Ib6e922ce88132045c13ddc28d681a0f673d87407
parent c11bdda2
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

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