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

Commit 67a02c40 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "When Tv enables A2dpsink & AvrcpController service, Tv can't play music...

Merge "When Tv enables A2dpsink & AvrcpController service, Tv can't play music through speaker when iPhone disconnects and reconnects via bluetooth. If the RawAddress parameter is NULL from peer, p_msg->peer_addr will not be set." am: cff455e4

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1956002

Change-Id: I9e914e640776d4c1f7de445d5e81d43ce808fb5a
parents 85299341 cff455e4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -253,7 +253,8 @@ void avct_bcb_close_ind(tAVCT_BCB* p_bcb, UNUSED_ATTR tAVCT_LCB_EVT* p_data) {
                                  &p_lcb->peer_addr);
      } else {
        (*p_ccb->cc.p_ctrl_cback)(avct_ccb_to_idx(p_ccb),
                                  AVCT_BROWSE_DISCONN_IND_EVT, 0, NULL);
                                  AVCT_BROWSE_DISCONN_IND_EVT, 0,
                                  &p_lcb->peer_addr);
      }
      p_ccb->p_bcb = NULL;
    }