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

Commit 4b13986a authored by Chris Manton's avatar Chris Manton
Browse files

gd_acl: Add sniff_subrating to dumpsys

Towards dumpable code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run --host

Change-Id: I8ce22843841aa8af2b08171635e2ea8b6e8e6e48
parent 88e4c017
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -474,6 +474,11 @@ void DumpsysAcl(int fd) {
                  common::ToString(acl_conn.peer_lmp_feature_valid[j]).c_str(),
                  bd_features_text(acl_conn.peer_lmp_feature_pages[j]).c_str());
    }
    LOG_DUMPSYS(fd, "      sniff_subrating:%s",
                common::ToString(HCI_SNIFF_SUB_RATE_SUPPORTED(
                                     acl_conn.peer_lmp_feature_pages[0]))
                    .c_str());

    LOG_DUMPSYS(fd, "remote_addr:%s", acl_conn.remote_addr.ToString().c_str());
    LOG_DUMPSYS(fd, "    handle:0x%04x", acl_conn.hci_handle);
    LOG_DUMPSYS(fd, "    [le] active_remote_addr:%s",