Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_sdp.cc189 uint16_t profile_version) { in AVRC_AddRecord() argument
207 (profile_version > AVRC_REV_1_3)) { in AVRC_AddRecord()
229 if ((profile_version > AVRC_REV_1_3) && (browse_supported)) { in AVRC_AddRecord()
246 sdp_handle, UUID_SERVCLASS_AV_REMOTE_CONTROL, profile_version); in AVRC_AddRecord()
/system/bt/bta/sdp/
Dbta_sdp_act.cc105 record->mns.hdr.profile_version = 0; in bta_create_mns_sdp_record()
122 record->mns.hdr.profile_version = pversion; in bta_create_mns_sdp_record()
146 record->mas.hdr.profile_version = 0; in bta_create_mas_sdp_record()
175 record->mas.hdr.profile_version = pversion; in bta_create_mas_sdp_record()
199 record->pse.hdr.profile_version = 0; in bta_create_pse_sdp_record()
221 record->pse.hdr.profile_version = pversion; in bta_create_pse_sdp_record()
245 record->ops.hdr.profile_version = 0; in bta_create_ops_sdp_record()
257 record->ops.hdr.profile_version = pversion; in bta_create_ops_sdp_record()
330 record->sap.hdr.profile_version = 0; in bta_create_sap_sdp_record()
340 record->sap.hdr.profile_version = pversion; in bta_create_sap_sdp_record()
[all …]
/system/bt/bta/ar/
Dbta_ar.cc221 uint16_t profile_version) { in bta_ar_reg_avrc() argument
233 profile_version); in bta_ar_reg_avrc()
246 profile_version); in bta_ar_reg_avrc()
/system/bt/bta/include/
Dbta_ar_api.h126 uint16_t profile_version);
/system/bt/btif/src/
Dbtif_sdp_server.cc416 rec->hdr.profile_version); in add_maps_sdp()
503 rec->hdr.profile_version); in add_mapc_sdp()
580 sdp_handle, UUID_SERVCLASS_PHONE_ACCESS, rec->hdr.profile_version); in add_pbaps_sdp()
668 sdp_handle, UUID_SERVCLASS_OBEX_OBJECT_PUSH, rec->hdr.profile_version); in add_opps_sdp()
751 rec->hdr.profile_version); in add_saps_sdp()
/system/bt/bta/av/
Dbta_av_main.cc479 uint16_t profile_version = AVRC_REV_1_0; in bta_av_api_register() local
491 profile_version = AVRC_REV_1_6; in bta_av_api_register()
494 profile_version = AVRC_REV_1_5; in bta_av_api_register()
496 profile_version = AVRC_REV_1_4; in bta_av_api_register()
500 profile_version = AVRC_REV_1_4; in bta_av_api_register()
506 (bta_av_cb.features & BTA_AV_FEAT_BROWSE), profile_version); in bta_av_api_register()
/system/bt/stack/include/
Davrc_api.h233 uint16_t profile_version);