TWS: Enable/disable TWS service with bredr services(2/2)
- Enable/disable TWS service with bredr services
- Remove TWS service enable from vendor init
TWS service won't work in BLE on use case if tws
enable alligned to vendor init
Change-Id: I384a62f60e1c49db1724ea467efcf65931d342a0
CRs-Fixed: 2401276
diff --git a/system_bt_ext/btif/src/btif_vendor.cc b/system_bt_ext/btif/src/btif_vendor.cc
index fd5d62b..a0bb0e7 100644
--- a/system_bt_ext/btif/src/btif_vendor.cc
+++ b/system_bt_ext/btif/src/btif_vendor.cc
@@ -146,7 +146,6 @@
broadcast_cb_timer = alarm_new("btif_vnd.cb_timer");
LOG_INFO(LOG_TAG,"init");
LOG_INFO(LOG_TAG,"init done");
- btif_enable_service(BTA_TWS_PLUS_SERVICE_ID);
return BT_STATUS_SUCCESS;
}