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

Commit 1d23f8f1 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Add various LOG_TAG bluetooth am: d1ef95e9 am: 755badbd am: 6ad241f5

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I96964029c6d5490d5cfe41bdd5b66f782800af7e
parents adb26cbf 6ad241f5
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