commit | 145683b0ac980b2ea66c6c45af16c815e3af5aec | [log] [tgz] |
---|---|---|
author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | Mon Mar 11 11:31:33 2019 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Mar 11 11:31:33 2019 -0700 |
tree | 0fdac03edccc0cf0ad45c05d80e0fe928e5fd715 | |
parent | 11a4cf1221cd85466e20778f10c5ff0f5b5ab8e6 [diff] | |
parent | 246f7607465d7837d3d46c84e544e99a62b6396f [diff] |
Merge "Load the TWS+ devices when TWS+ service is available." into bt.lnx.5.0
diff --git a/system_bt_ext/btif/src/btif_tws_plus.cc b/system_bt_ext/btif/src/btif_tws_plus.cc index af3d010..b030604 100644 --- a/system_bt_ext/btif/src/btif_tws_plus.cc +++ b/system_bt_ext/btif/src/btif_tws_plus.cc
@@ -469,6 +469,7 @@ if (twsplus_enabled == true) { if (b_enable) { BTA_TwsPlusEnable(btif_tws_plus_callback); + btif_tws_plus_load_tws_devices(); } else { BTA_TwsPlusDisable(); }