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

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

Merge "Get rid of BD_ADDR (again)" am: 6075dece

am: dbc9fec4

Change-Id: I6d5525d14483ee16981ba58e46be185ad8cc37d7
parents 08745121 dbc9fec4
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

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