Searched refs:profile_version (Results 1 – 14 of 14) sorted by relevance
/system/bt/stack/avrc/ |
D | avrc_sdp.cc | 191 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()
|
D | avrc_api.cc | 962 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/ |
D | bta_sdp_act.cc | 44 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/ |
D | avrcp_service.cc | 60 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 …]
|
D | avrcp_service.h | 94 uint16_t GetSupportedFeatures(uint16_t profile_version); 101 uint16_t profile_version = -1; variable
|
/system/bt/bta/ar/ |
D | bta_ar.cc | 160 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/ |
D | bt_sdp.h | 46 int32_t profile_version; member 60 int32_t profile_version; member
|
/system/bt/bta/include/ |
D | bta_ar_api.h | 122 bool browse_supported, uint16_t profile_version);
|
/system/bt/test/mock/ |
D | mock_stack_avrc_sdp.cc | 40 uint16_t profile_version, uint16_t cover_art_psm) { in AVRC_AddRecord() argument
|
D | mock_bta_ar.cc | 53 bool browse_supported, uint16_t profile_version) { in bta_ar_reg_avrc() argument
|
/system/bt/btif/src/ |
D | btif_sdp_server.cc | 410 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/ |
D | avrcp_internal.h | 39 uint16_t profile_version,
|
/system/bt/bta/av/ |
D | bta_av_main.cc | 477 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/ |
D | avrc_api.h | 280 uint16_t profile_version,
|