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

Commit 888c2bd0 authored by Hui Peng's avatar Hui Peng Committed by Gerrit Code Review
Browse files

Merge "Log correct function name for cancel bond event" into main

parents b63b23b9 e6068906
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4012,6 +4012,9 @@ void btif_debug_bond_event_dump(int fd) {
      case BTIF_DM_FUNC_BOND_STATE_CHANGED:
        func_name = "bond_state_changed ";
        break;
      case BTIF_DM_FUNC_CANCEL_BOND:
        func_name = "btif_dm_cancel_bond";
        break;
      default:
        func_name = "Invalid value      ";
        break;