Loading system/btif/src/bluetooth.cc +2 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ #include "osi/include/log.h" #include "osi/include/osi.h" #include "osi/include/wakelock.h" #include "stack/gatt/connection_manager.h" #include "stack_manager.h" /* Test interface includes */ Loading Loading @@ -323,6 +324,7 @@ static void dump(int fd, const char** arguments) { osi_allocator_debug_dump(fd); alarm_debug_dump(fd); HearingAid::DebugDump(fd); gatt::connection_manager::dump(fd); #if (BTSNOOP_MEM == TRUE) btif_debug_btsnoop_dump(fd); #endif Loading system/stack/gatt/connection_manager.cc +4.71 KiB (8.73 KiB) File changed.No diff preview for this file type. View original file View changed file system/stack/gatt/connection_manager.h +2 −0 Original line number Diff line number Diff line Loading @@ -38,5 +38,7 @@ extern void reset(bool after_reset); extern void on_app_deregistered(tGATT_IF gatt_if); extern std::set<tGATT_IF> get_apps_connecting_to(const RawAddress& remote_bda); extern void dump(int fd); } // namespace connection_manager } // namespace gatt Loading
system/btif/src/bluetooth.cc +2 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ #include "osi/include/log.h" #include "osi/include/osi.h" #include "osi/include/wakelock.h" #include "stack/gatt/connection_manager.h" #include "stack_manager.h" /* Test interface includes */ Loading Loading @@ -323,6 +324,7 @@ static void dump(int fd, const char** arguments) { osi_allocator_debug_dump(fd); alarm_debug_dump(fd); HearingAid::DebugDump(fd); gatt::connection_manager::dump(fd); #if (BTSNOOP_MEM == TRUE) btif_debug_btsnoop_dump(fd); #endif Loading
system/stack/gatt/connection_manager.cc +4.71 KiB (8.73 KiB) File changed.No diff preview for this file type. View original file View changed file
system/stack/gatt/connection_manager.h +2 −0 Original line number Diff line number Diff line Loading @@ -38,5 +38,7 @@ extern void reset(bool after_reset); extern void on_app_deregistered(tGATT_IF gatt_if); extern std::set<tGATT_IF> get_apps_connecting_to(const RawAddress& remote_bda); extern void dump(int fd); } // namespace connection_manager } // namespace gatt