From 10e5f16974e95fa446ced16b645ed6715f191e5c Mon Sep 17 00:00:00 2001 From: weitianhua Date: Wed, 4 Dec 2019 11:54:14 +0800 Subject: [PATCH] remove BTM_WBS_INCLUDED for bta_hf_client_version select --- .../bt/host/bluedroid/bta/hf_client/bta_hf_client_main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/bt/host/bluedroid/bta/hf_client/bta_hf_client_main.c b/components/bt/host/bluedroid/bta/hf_client/bta_hf_client_main.c index 8eb44a9d6..dcaf665db 100644 --- a/components/bt/host/bluedroid/bta/hf_client/bta_hf_client_main.c +++ b/components/bt/host/bluedroid/bta/hf_client/bta_hf_client_main.c @@ -232,11 +232,7 @@ const tBTA_HF_CLIENT_ST_TBL bta_hf_client_st_tbl[] = { bta_hf_client_st_closing }; -#if BTM_WBS_INCLUDED const char *bta_hf_client_version = "1.6"; -#else -const char *bta_hf_client_version = "1.5"; -#endif /* HF Client control block */ #if BTA_DYNAMIC_MEMORY == FALSE