Searched refs:BTA_HF_CLIENT_FEAT_VREC (Results 1 – 4 of 4) sorted by relevance
156 if (features & BTA_HF_CLIENT_FEAT_VREC) in bta_hf_client_add_record()157 sdp_features |= BTA_HF_CLIENT_FEAT_VREC; in bta_hf_client_add_record()
225 BTA_HF_CLIENT_FEAT_CLI | BTA_HF_CLIENT_FEAT_VREC | BTA_HF_CLIENT_FEAT_VOL | \ in get_default_hf_client_features()
18 BTA_HF_CLIENT_FEAT_CLI | BTA_HF_CLIENT_FEAT_VREC | BTA_HF_CLIENT_FEAT_VOL | \ in get_default_hf_client_features()
64 #define BTA_HF_CLIENT_FEAT_VREC 0x00000008 /* Voice recognition activation */ macro