Loading system/btif/src/bluetooth.c +1 −1 Original line number Diff line number Diff line Loading @@ -321,7 +321,7 @@ static int read_energy_info() return BT_STATUS_SUCCESS; } static void dump(int fd) static void dump(int fd, UNUSED_ATTR const char **arguments) { btif_debug_dump(fd); alarm_debug_dump(fd); Loading system/service/ipc/binder/bluetooth_binder_server.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ android::status_t BluetoothBinderServer::dump(int fd, const android::Vector<andr } // TODO (jamuraa): enumerate profiles and dump profile information const bt_interface_t *iface = bluetooth::hal::BluetoothInterface::Get()->GetHALInterface(); iface->dump(fd); iface->dump(fd, NULL); return android::NO_ERROR; } Loading Loading
system/btif/src/bluetooth.c +1 −1 Original line number Diff line number Diff line Loading @@ -321,7 +321,7 @@ static int read_energy_info() return BT_STATUS_SUCCESS; } static void dump(int fd) static void dump(int fd, UNUSED_ATTR const char **arguments) { btif_debug_dump(fd); alarm_debug_dump(fd); Loading
system/service/ipc/binder/bluetooth_binder_server.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ android::status_t BluetoothBinderServer::dump(int fd, const android::Vector<andr } // TODO (jamuraa): enumerate profiles and dump profile information const bt_interface_t *iface = bluetooth::hal::BluetoothInterface::Get()->GetHALInterface(); iface->dump(fd); iface->dump(fd, NULL); return android::NO_ERROR; } Loading