Home
last modified time | relevance | path

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

/system/bt/bta/hf_client/
Dbta_hf_client_sdp.cc99 uint16_t sdp_features = 0; in bta_hf_client_add_record() local
136 sdp_features |= BTA_HF_CLIENT_FEAT_ECNR; in bta_hf_client_add_record()
139 sdp_features |= BTA_HF_CLIENT_FEAT_3WAY; in bta_hf_client_add_record()
141 if (features & BTA_HF_CLIENT_FEAT_CLI) sdp_features |= BTA_HF_CLIENT_FEAT_CLI; in bta_hf_client_add_record()
144 sdp_features |= BTA_HF_CLIENT_FEAT_VREC; in bta_hf_client_add_record()
146 if (features & BTA_HF_CLIENT_FEAT_VOL) sdp_features |= BTA_HF_CLIENT_FEAT_VOL; in bta_hf_client_add_record()
149 if (features & BTA_HF_CLIENT_FEAT_CODEC) sdp_features |= 0x0020; in bta_hf_client_add_record()
151 UINT16_TO_BE_FIELD(buf, sdp_features); in bta_hf_client_add_record()
/system/bt/bta/ag/
Dbta_ag_sdp.cc365 uint16_t sdp_features = p_attr->attr_value.v.u16; in bta_ag_sdp_find_attr() local
366 bool sdp_wbs_support = sdp_features & BTA_AG_FEAT_WBS_SUPPORT; in bta_ag_sdp_find_attr()
376 if (sdp_features != p_scb->peer_sdp_features) { in bta_ag_sdp_find_attr()
377 p_scb->peer_sdp_features = sdp_features; in bta_ag_sdp_find_attr()
380 (const uint8_t*)&sdp_features, sizeof(sdp_features))) { in bta_ag_sdp_find_attr()
389 p_scb->peer_features = sdp_features & HFP_SDP_BRSF_FEATURES_MASK; in bta_ag_sdp_find_attr()