Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_sdp.cc191 uint16_t profile_version, uint16_t cover_art_psm) { in AVRC_AddRecord() argument
202 profile_version, categories, cover_art_psm); in AVRC_AddRecord()
211 (profile_version > AVRC_REV_1_3)) { in AVRC_AddRecord()
221 if (profile_version < AVRC_REV_1_6) { in AVRC_AddRecord()
222 protocol_reported_version = profile_version - 1; in AVRC_AddRecord()
243 if (profile_version > AVRC_REV_1_3) { in AVRC_AddRecord()
269 if (profile_version >= AVRC_REV_1_6 && in AVRC_AddRecord()
298 sdp_handle, UUID_SERVCLASS_AV_REMOTE_CONTROL, profile_version); in AVRC_AddRecord()
Davrc_api.cc962 uint16_t profile_version = AVRC_REV_1_4; in AVRC_GetProfileVersion() local
967 profile_version = AVRC_REV_1_6; in AVRC_GetProfileVersion()
970 profile_version = AVRC_REV_1_5; in AVRC_GetProfileVersion()
973 profile_version = AVRC_REV_1_3; in AVRC_GetProfileVersion()
976 return profile_version; in AVRC_GetProfileVersion()
/system/bt/bta/sdp/
Dbta_sdp_act.cc44 record->mns.hdr.profile_version = 0; in bta_create_mns_sdp_record()
61 record->mns.hdr.profile_version = pversion; in bta_create_mns_sdp_record()
85 record->mas.hdr.profile_version = 0; in bta_create_mas_sdp_record()
114 record->mas.hdr.profile_version = pversion; in bta_create_mas_sdp_record()
138 record->pse.hdr.profile_version = 0; in bta_create_pse_sdp_record()
160 record->pse.hdr.profile_version = pversion; in bta_create_pse_sdp_record()
184 record->ops.hdr.profile_version = 0; in bta_create_ops_sdp_record()
196 record->ops.hdr.profile_version = pversion; in bta_create_ops_sdp_record()
269 record->sap.hdr.profile_version = 0; in bta_create_sap_sdp_record()
279 record->sap.hdr.profile_version = pversion; in bta_create_sap_sdp_record()
[all …]
/system/bt/btif/avrcp/
Davrcp_service.cc60 uint16_t profile_version, in AddRecord() argument
64 profile_version, cover_art_psm); in AddRecord()
289 profile_version = avrcp_interface_.GetAvrcpVersion(); in Init()
291 uint16_t supported_features = GetSupportedFeatures(profile_version); in Init()
297 profile_version, 0); in Init()
316 uint16_t AvrcpService::GetSupportedFeatures(uint16_t profile_version) { in GetSupportedFeatures() argument
317 switch (profile_version) { in GetSupportedFeatures()
350 = GetSupportedFeatures(profile_version) | AVRC_SUPF_TG_PLAYER_COVER_ART; in RegisterBipServer()
355 profile_version, psm); in RegisterBipServer()
361 uint16_t supported_features = GetSupportedFeatures(profile_version); in UnregisterBipServer()
[all …]
Davrcp_service.h94 uint16_t GetSupportedFeatures(uint16_t profile_version);
101 uint16_t profile_version = -1; variable
/system/bt/bta/ar/
Dbta_ar.cc160 bool browse_supported, uint16_t profile_version) { in bta_ar_reg_avrc() argument
172 profile_version, 0); in bta_ar_reg_avrc()
185 profile_version, 0); in bta_ar_reg_avrc()
/system/bt/include/hardware/
Dbt_sdp.h46 int32_t profile_version; member
60 int32_t profile_version; member
/system/bt/bta/include/
Dbta_ar_api.h122 bool browse_supported, uint16_t profile_version);
/system/bt/test/mock/
Dmock_stack_avrc_sdp.cc40 uint16_t profile_version, uint16_t cover_art_psm) { in AVRC_AddRecord() argument
Dmock_bta_ar.cc53 bool browse_supported, uint16_t profile_version) { in bta_ar_reg_avrc() argument
/system/bt/btif/src/
Dbtif_sdp_server.cc410 rec->hdr.profile_version); in add_maps_sdp()
490 rec->hdr.profile_version); in add_mapc_sdp()
545 sdp_handle, UUID_SERVCLASS_PHONE_ACCESS, rec->hdr.profile_version); in add_pbapc_sdp()
602 sdp_handle, UUID_SERVCLASS_PHONE_ACCESS, rec->hdr.profile_version); in add_pbaps_sdp()
682 sdp_handle, UUID_SERVCLASS_OBEX_OBJECT_PUSH, rec->hdr.profile_version); in add_opps_sdp()
762 rec->hdr.profile_version); in add_saps_sdp()
/system/bt/profile/avrcp/
Davrcp_internal.h39 uint16_t profile_version,
/system/bt/bta/av/
Dbta_av_main.cc477 uint16_t profile_version = AVRC_REV_1_0; in bta_av_api_register() local
480 profile_version = AVRC_REV_1_6; in bta_av_api_register()
483 profile_version = AVRC_REV_1_5; in bta_av_api_register()
486 profile_version = AVRC_REV_1_3; in bta_av_api_register()
488 profile_version = AVRC_REV_1_4; in bta_av_api_register()
494 (bta_av_cb.features & BTA_AV_FEAT_BROWSE), profile_version); in bta_av_api_register()
/system/bt/stack/include/
Davrc_api.h280 uint16_t profile_version,