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

Commit b8acb698 authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

HFP: Fix ACL collision handling and WBS update am: 1d473609

am: 41f476d1

Change-Id: I3df3454845da38a252525d9f0ee8d02ffad80729
parents 564a241c 41f476d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -514,7 +514,7 @@ void bta_ag_rfc_open(tBTA_AG_SCB* p_scb, const tBTA_AG_DATA& data) {
 *
 ******************************************************************************/
void bta_ag_rfc_acp_open(tBTA_AG_SCB* p_scb, const tBTA_AG_DATA& data) {
  APPL_TRACE_DEBUG("%s: serv_handle0 = %d serv_handle1 = %d", __func__,
  APPL_TRACE_DEBUG("%s: serv_handle0 = %d serv_handle = %d", __func__,
                   p_scb->serv_handle[0], p_scb->serv_handle[1]);
  /* set role */
  p_scb->role = BTA_AG_ACP;