Loading system/bta/csis/csis_client.cc +2 −1 Original line number Diff line number Diff line Loading @@ -692,7 +692,8 @@ class CsisClientImpl : public CsisClient { void Dump(int fd) { std::stringstream stream; stream << " Groups\n"; stream << " APP ID: " << +gatt_if_ << "\n" << " Groups:\n"; for (const auto& g : csis_groups_) { stream << " == id: " << g->GetGroupId() << " ==\n" << " uuid: " << g->GetUuid() << "\n" Loading system/bta/has/has_client.cc +1 −0 Original line number Diff line number Diff line Loading @@ -909,6 +909,7 @@ class HasClientImpl : public HasClient { void Dump(int fd) const { std::stringstream stream; stream << " APP ID: " << +gatt_if_ << " \n"; if (devices_.size()) { stream << " {\"Known HAS devices\": ["; for (const auto& device : devices_) { Loading system/bta/le_audio/client.cc +9 −8 Original line number Diff line number Diff line Loading @@ -3478,6 +3478,7 @@ class LeAudioClientImpl : public LeAudioClient { } void Dump(int fd) { dprintf(fd, " APP ID: %d \n", gatt_if_); dprintf(fd, " Active group: %d\n", active_group_id_); dprintf(fd, " reconnection mode: %s \n", (reconnection_mode_ == BTM_BLE_BKG_CONNECT_ALLOW_LIST Loading system/bta/vc/vc.cc +4 −1 Original line number Diff line number Diff line Loading @@ -621,7 +621,10 @@ class VolumeControlImpl : public VolumeControl { instance->OnGattWriteCcc(connection_id, status, handle, len, value, data); } void Dump(int fd) { volume_control_devices_.DebugDump(fd); } void Dump(int fd) { dprintf(fd, "APP ID: %d\n", gatt_if_); volume_control_devices_.DebugDump(fd); } void Disconnect(const RawAddress& address) override { VolumeControlDevice* device = Loading Loading
system/bta/csis/csis_client.cc +2 −1 Original line number Diff line number Diff line Loading @@ -692,7 +692,8 @@ class CsisClientImpl : public CsisClient { void Dump(int fd) { std::stringstream stream; stream << " Groups\n"; stream << " APP ID: " << +gatt_if_ << "\n" << " Groups:\n"; for (const auto& g : csis_groups_) { stream << " == id: " << g->GetGroupId() << " ==\n" << " uuid: " << g->GetUuid() << "\n" Loading
system/bta/has/has_client.cc +1 −0 Original line number Diff line number Diff line Loading @@ -909,6 +909,7 @@ class HasClientImpl : public HasClient { void Dump(int fd) const { std::stringstream stream; stream << " APP ID: " << +gatt_if_ << " \n"; if (devices_.size()) { stream << " {\"Known HAS devices\": ["; for (const auto& device : devices_) { Loading
system/bta/le_audio/client.cc +9 −8 Original line number Diff line number Diff line Loading @@ -3478,6 +3478,7 @@ class LeAudioClientImpl : public LeAudioClient { } void Dump(int fd) { dprintf(fd, " APP ID: %d \n", gatt_if_); dprintf(fd, " Active group: %d\n", active_group_id_); dprintf(fd, " reconnection mode: %s \n", (reconnection_mode_ == BTM_BLE_BKG_CONNECT_ALLOW_LIST Loading
system/bta/vc/vc.cc +4 −1 Original line number Diff line number Diff line Loading @@ -621,7 +621,10 @@ class VolumeControlImpl : public VolumeControl { instance->OnGattWriteCcc(connection_id, status, handle, len, value, data); } void Dump(int fd) { volume_control_devices_.DebugDump(fd); } void Dump(int fd) { dprintf(fd, "APP ID: %d\n", gatt_if_); volume_control_devices_.DebugDump(fd); } void Disconnect(const RawAddress& address) override { VolumeControlDevice* device = Loading