Searched defs:sdp_features (Results 1 - 1 of 1) sorted by relevance

/system/bt/bta/hf_client/
H A Dbta_hf_client_sdp.cc96 uint16_t sdp_features = 0; local
133 sdp_features |= BTA_HF_CLIENT_FEAT_ECNR;
136 sdp_features |= BTA_HF_CLIENT_FEAT_3WAY;
138 if (features & BTA_HF_CLIENT_FEAT_CLI) sdp_features |= BTA_HF_CLIENT_FEAT_CLI;
141 sdp_features |= BTA_HF_CLIENT_FEAT_VREC;
143 if (features & BTA_HF_CLIENT_FEAT_VOL) sdp_features |= BTA_HF_CLIENT_FEAT_VOL;
146 if (features & BTA_HF_CLIENT_FEAT_CODEC) sdp_features |= 0x0020;
148 UINT16_TO_BE_FIELD(buf, sdp_features);

Completed in 18 milliseconds