Home
last modified time | relevance | path

Searched refs:sdp_features (Results 1 – 1 of 1) sorted by relevance

/system/bt/bta/hf_client/
Dbta_hf_client_sdp.c93 UINT16 sdp_features = 0; in bta_hf_client_add_record() local
127 sdp_features |= BTA_HF_CLIENT_FEAT_ECNR; in bta_hf_client_add_record()
130 sdp_features |= BTA_HF_CLIENT_FEAT_3WAY; in bta_hf_client_add_record()
133 sdp_features |= BTA_HF_CLIENT_FEAT_CLI; in bta_hf_client_add_record()
136 sdp_features |= BTA_HF_CLIENT_FEAT_VREC; in bta_hf_client_add_record()
139 sdp_features |= BTA_HF_CLIENT_FEAT_VOL; in bta_hf_client_add_record()
143 sdp_features |= 0x0020; in bta_hf_client_add_record()
145 UINT16_TO_BE_FIELD(buf, sdp_features); in bta_hf_client_add_record()