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

Commit 6ad241f5 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Add various LOG_TAG bluetooth am: d1ef95e9 am: 755badbd

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1568968

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I6a8b25e8644fadef67fef4d97787231bb9047855
parents 111f8609 755badbd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@
 * limitations under the License.
 */

#define LOG_TAG "bluetooth"

#include "codec_status.h"
#include "client_interface.h"

+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@
 *
 ******************************************************************************/

#define LOG_TAG "bluetooth"

#include "bt_target.h"

#if defined(BTA_HD_INCLUDED) && (BTA_HD_INCLUDED == TRUE)
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@
 *
 ******************************************************************************/

#define LOG_TAG "bluetooth"

#include "bt_target.h"

#if (BTA_HH_INCLUDED == TRUE)
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@
 *
 ******************************************************************************/

#define LOG_TAG "bluetooth"

#include "bt_target.h"

#if (PAN_INCLUDED == TRUE)
+2 −0
Original line number Diff line number Diff line
@@ -42,7 +42,9 @@
 *
 ******************************************************************************/

#ifndef LOG_TAG
#define LOG_TAG "bt_btif_hfc"
#endif

#include <string.h>

Loading