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

Commit 9bd5935a authored by Chris Manton's avatar Chris Manton
Browse files

stack::sdp Unify LOG_TAG token

Bug: 353606076
Test: m .
Flag: EXEMPT, Logging Infrastructure
Change-Id: Ia99842af084255e05e3354e7a22953e370b079af
parent a85cd578
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
 *
 ******************************************************************************/

#define LOG_TAG "sdp_api"
#define LOG_TAG "stack::sdp"

#include "stack/include/sdp_api.h"

+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
 *
 ******************************************************************************/

#define LOG_TAG "sdp"
#define LOG_TAG "stack::sdp"

#include <bluetooth/log.h>
#include <string.h>
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
 *
 ******************************************************************************/

#define LOG_TAG "sdp_discovery"
#define LOG_TAG "stack::sdp"

#include <bluetooth/log.h>

+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
 *
 ******************************************************************************/

#define LOG_TAG "sdp"
#define LOG_TAG "stack::sdp"

#include <bluetooth/log.h>

+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
 *  This is mainly dealing with client requests
 *
 ******************************************************************************/
#define LOG_TAG "sdp_server"
#define LOG_TAG "stack::sdp"

#include <bluetooth/log.h>
#include <string.h>  // memcpy
Loading