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

Commit d1ef95e9 authored by Chris Manton's avatar Chris Manton
Browse files

Add various LOG_TAG bluetooth

Towards loggable code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run

Change-Id: I7a507f06070008407e70079cd867d20a921458af
parent 7f55d250
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