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

Commit 336ce690 authored by Mudumba Ananth's avatar Mudumba Ananth Committed by Andre Eisenbach
Browse files

Update simultaneous LE BR/EDR host support bit for 4.1 controller and 4.1 stack

Need to set simultaneous LE BR/EDR host support bit when BTE DMT included stack or newer version
running on top of 4.1 controller.

Bug: 16560957
Change-Id: I3e2827dbaf8b4259d4f00f14b1a5f587e4424bdc
parent 55753001
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1260,8 +1260,7 @@ static void btm_issue_host_support_for_lmp_features (void)
    {
        if (btm_cb.devcb.lmp_features_host_may_support & BTM_HOST_MAY_SUPP_SIMULT_BR_LE)
        {
            /* At the moment the host can't work simultaneously with BR/EDR and LE */
            btsnd_hcic_ble_write_host_supported(BTM_BLE_HOST_SUPPORT, 0);
            btsnd_hcic_ble_write_host_supported(BTM_BLE_HOST_SUPPORT, BTM_BLE_SIMULTANEOUS_HOST);
        }
        else
        {