Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sdp.c96 UINT16 sdp_features = 0; in bta_hf_client_add_record() local
129 sdp_features |= BTA_HF_CLIENT_FEAT_ECNR; in bta_hf_client_add_record()
133 sdp_features |= BTA_HF_CLIENT_FEAT_3WAY; in bta_hf_client_add_record()
137 sdp_features |= BTA_HF_CLIENT_FEAT_CLI; in bta_hf_client_add_record()
141 sdp_features |= BTA_HF_CLIENT_FEAT_VREC; in bta_hf_client_add_record()
145 sdp_features |= BTA_HF_CLIENT_FEAT_VOL; in bta_hf_client_add_record()
150 sdp_features |= 0x0020; in bta_hf_client_add_record()
153 UINT16_TO_BE_FIELD(buf, sdp_features); in bta_hf_client_add_record()