Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_sdp.cc110 uint16_t sdp_features = 0; in bta_hf_client_add_record() local
149 sdp_features |= BTA_HF_CLIENT_FEAT_ECNR; in bta_hf_client_add_record()
152 sdp_features |= BTA_HF_CLIENT_FEAT_3WAY; in bta_hf_client_add_record()
154 if (features & BTA_HF_CLIENT_FEAT_CLI) sdp_features |= BTA_HF_CLIENT_FEAT_CLI; in bta_hf_client_add_record()
157 sdp_features |= BTA_HF_CLIENT_FEAT_VREC; in bta_hf_client_add_record()
159 if (features & BTA_HF_CLIENT_FEAT_VOL) sdp_features |= BTA_HF_CLIENT_FEAT_VOL; in bta_hf_client_add_record()
163 sdp_features |= BTA_HF_CLIENT_WBS_SUPPORT; in bta_hf_client_add_record()
169 UINT16_TO_BE_FIELD(buf, sdp_features); in bta_hf_client_add_record()
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_sdp.cc407 uint16_t sdp_features = p_attr->attr_value.v.u16; in bta_ag_sdp_find_attr() local
408 bool sdp_wbs_support = sdp_features & BTA_AG_FEAT_WBS_SUPPORT; in bta_ag_sdp_find_attr()
418 if (sdp_features != p_scb->peer_sdp_features) { in bta_ag_sdp_find_attr()
419 p_scb->peer_sdp_features = sdp_features; in bta_ag_sdp_find_attr()
422 (const uint8_t*)&sdp_features, in bta_ag_sdp_find_attr()
423 sizeof(sdp_features))) { in bta_ag_sdp_find_attr()
430 p_scb->peer_features = sdp_features & HFP_SDP_BRSF_FEATURES_MASK; in bta_ag_sdp_find_attr()