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

Commit 0164b9b9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "system/bta/hearing_aid: Do not print the contents of encoded audio frames" into main

parents a07de70d 8d6fc592
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1569,7 +1569,7 @@ class HearingAidImpl : public HearingAid {
    p++;
    memcpy(p, encoded_data, packet_size);

    log::debug("{} : {}", hearingAid->address, base::HexEncode(p, packet_size));
    log::debug("{} : packet_size={}", hearingAid->address, packet_size);

    uint16_t result = GAP_ConnWriteData(hearingAid->gap_handle, audio_packet);