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

Commit 3b6a20b4 authored by Zhihai Xu's avatar Zhihai Xu Committed by Android Git Automerger
Browse files

am b1478261: am 056da7da: Merge "Audio glitches while playing songs over MOTO...

am b1478261: am 056da7da: Merge "Audio glitches while playing songs over MOTO S305 headset" into jb-mr2-dev

* commit 'b1478261':
  Audio glitches while playing songs over MOTO S305 headset
parents 92a6cf91 b1478261
Loading
Loading
Loading
Loading
+3 −10
Original line number Diff line number Diff line
@@ -1336,17 +1336,10 @@ void btm_read_remote_features (UINT16 handle)
    p_acl_cb->num_read_pages = 0;
    memset (p_acl_cb->peer_lmp_features, 0, sizeof(p_acl_cb->peer_lmp_features));

    /* If this BT controller supports Read Extended Feature */
    if (btm_cb.devcb.local_version.hci_version >= HCI_PROTO_VERSION_2_0)
    {
        btm_read_remote_ext_features(handle, HCI_EXT_FEATURES_PAGE_0);
    }
    /* else, if this is a very old BT controller */
    else
    {
    /* first send read remote supported features HCI command */
    /* because we don't know whether the remote support extended feature command */
    btsnd_hcic_rmt_features_req (handle);
}
}


/*******************************************************************************