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

Commit 8e1bbd57 authored by Yuyang Huang's avatar Yuyang Huang Committed by Automerger Merge Worker
Browse files

Merge "Add a log message when AG open failure is mitigated." into main am: 894e3ee0

parents 079bcb5b 894e3ee0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -440,6 +440,8 @@ static void btif_hf_upstreams_evt(uint16_t event, char* p_param) {
              // There is already an active cnnection on this device
              // skip upper layer notification
              notify_required = false;
              log::info("AG open failure for {} is ignored because there's an "
                        "active connection on the same device", connected_bda);
              break;
            }
          }