From 7016ba7bf86d6393b407cf9bc19a62e227b2e0ab Mon Sep 17 00:00:00 2001 From: Mudumba Ananth Date: Thu, 3 Jul 2014 23:42:34 -0700 Subject: [PATCH] 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 --- stack/btm/btm_devctl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stack/btm/btm_devctl.c b/stack/btm/btm_devctl.c index 980cac1a8..69618b105 100644 --- a/stack/btm/btm_devctl.c +++ b/stack/btm/btm_devctl.c @@ -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 { -- 2.11.0