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

Commit bc5943a6 authored by Hui Peng's avatar Hui Peng Committed by Gerrit Code Review
Browse files

Merge "Move LOG_TAG before headers in btm_devctl.cc" into main

parents 8d5c31fb e7d62032
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -23,14 +23,13 @@
 *
 ******************************************************************************/

#include "acl_api_types.h"
#define LOG_TAG "devctl"

#include <base/logging.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>

#include "acl_api_types.h"
#include "btif/include/btif_bqr.h"
#include "btm_ble_int.h"
#include "btm_sec_cb.h"