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

Commit d8226c04 authored by Chris Manton's avatar Chris Manton
Browse files

Re-log bta/ag/bta_ag_cmd::bta_ag_hfp_result

Towards loggable code

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

Change-Id: I5c46687486a1648c614ede6f495d7a13de3916fd
parent ad133250
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1448,7 +1448,7 @@ static void bta_ag_hsp_result(tBTA_AG_SCB* p_scb,
 ******************************************************************************/
static void bta_ag_hfp_result(tBTA_AG_SCB* p_scb,
                              const tBTA_AG_API_RESULT& result) {
  APPL_TRACE_DEBUG("bta_ag_hfp_result : res = %d", result.result);
  LOG_DEBUG("HFP connection result:%s", result.ToString().c_str());

  switch (result.result) {
    case BTA_AG_SPK_RES: