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

Commit 69bf2226 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

legacy: Disconnect btif access to btsnoop am: 73d3be05 am: 8100390a

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1905512

Change-Id: I451fef4814245dd2944ce4c3fe3c83d8d7bbcd47
parents c5f42222 8100390a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -37,8 +37,3 @@ typedef struct btsnooz_header_t {
  uint8_t type;
} __attribute__((__packed__)) btsnooz_header_t;
// Initializes btsnoop memory logging and registers
void btif_debug_btsnoop_init(void);

// Writes btsnoop data base64 encoded to fd
void btif_debug_btsnoop_dump(int fd);
+0 −1
Original line number Diff line number Diff line
@@ -428,7 +428,6 @@ static void dump(int fd, const char** arguments) {
    bluetooth::shim::Dump(fd, arguments);
  } else {
#if (BTSNOOP_MEM == TRUE)
    btif_debug_btsnoop_dump(fd);
#endif
  }
}
+0 −3
Original line number Diff line number Diff line
@@ -24,7 +24,4 @@
#include "internal_include/bt_target.h"

void btif_debug_init(void) {
#if (BTSNOOP_MEM == TRUE)
  btif_debug_btsnoop_init();
#endif
}