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

Commit a53390cd authored by Andre Eisenbach's avatar Andre Eisenbach Committed by Android (Google) Code Review
Browse files

Merge "Update simultaneous LE BR/EDR host support bit for 4.1 controller and...

Merge "Update simultaneous LE BR/EDR host support bit for 4.1 controller and 4.1 stack" into lmp-dev
parents 5ee149af 336ce690
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
        {