Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_sdp.cc198 uint16_t profile_version, uint16_t cover_art_psm) { in AVRC_AddRecord() argument
209 profile_version, categories, cover_art_psm); in AVRC_AddRecord()
218 (profile_version > AVRC_REV_1_3)) { in AVRC_AddRecord()
228 if (profile_version < AVRC_REV_1_6) { in AVRC_AddRecord()
229 protocol_reported_version = profile_version - 1; in AVRC_AddRecord()
250 if (profile_version > AVRC_REV_1_3) { in AVRC_AddRecord()
276 if (profile_version >= AVRC_REV_1_6 && in AVRC_AddRecord()
305 sdp_handle, UUID_SERVCLASS_AV_REMOTE_CONTROL, profile_version); in AVRC_AddRecord()
Davrc_api.cc987 uint16_t profile_version = AVRC_REV_1_3; in AVRC_GetControlProfileVersion() local
994 profile_version = AVRC_REV_1_6; in AVRC_GetControlProfileVersion()
997 profile_version = AVRC_REV_1_5; in AVRC_GetControlProfileVersion()
1000 profile_version = AVRC_REV_1_4; in AVRC_GetControlProfileVersion()
1003 return profile_version; in AVRC_GetControlProfileVersion()
1016 uint16_t profile_version = AVRC_REV_1_4; in AVRC_GetProfileVersion() local
1021 profile_version = AVRC_REV_1_6; in AVRC_GetProfileVersion()
1024 profile_version = AVRC_REV_1_5; in AVRC_GetProfileVersion()
1027 profile_version = AVRC_REV_1_3; in AVRC_GetProfileVersion()
1030 return profile_version; in AVRC_GetProfileVersion()
/packages/modules/Bluetooth/system/bta/sdp/
Dbta_sdp_act.cc48 record->mns.hdr.profile_version = 0; in bta_create_mns_sdp_record()
78 record->mns.hdr.profile_version = pversion; in bta_create_mns_sdp_record()
109 record->mas.hdr.profile_version = 0; in bta_create_mas_sdp_record()
165 record->mas.hdr.profile_version = pversion; in bta_create_mas_sdp_record()
196 record->pse.hdr.profile_version = 0; in bta_create_pse_sdp_record()
239 record->pse.hdr.profile_version = pversion; in bta_create_pse_sdp_record()
270 record->ops.hdr.profile_version = 0; in bta_create_ops_sdp_record()
288 record->ops.hdr.profile_version = pversion; in bta_create_ops_sdp_record()
369 record->sap.hdr.profile_version = 0; in bta_create_sap_sdp_record()
385 record->sap.hdr.profile_version = pversion; in bta_create_sap_sdp_record()
[all …]
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_sdp.cpp174 (jint)record->mas.hdr.profile_version, in sdp_search_callback()
184 (jint)record->mns.hdr.profile_version, in sdp_search_callback()
193 (jint)record->pse.hdr.profile_version, in sdp_search_callback()
211 (jint)record->ops.hdr.profile_version, service_name.get(), in sdp_search_callback()
218 (jint)record->mas.hdr.profile_version, service_name.get(), in sdp_search_callback()
268 record.mas.hdr.profile_version = version; in sdpCreateMapMasRecordNative()
307 record.mns.hdr.profile_version = version; in sdpCreateMapMnsRecordNative()
340 record.pce.hdr.profile_version = version; in sdpCreatePbapPceRecordNative()
376 record.pse.hdr.profile_version = version; in sdpCreatePbapPseRecordNative()
414 record.ops.hdr.profile_version = version; in sdpCreateOppOpsRecordNative()
[all …]
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc70 uint16_t profile_version, in AddRecord() argument
74 profile_version, cover_art_psm); in AddRecord()
377 profile_version = avrcp_interface_.GetAvrcpVersion(); in Init()
379 uint16_t supported_features = GetSupportedFeatures(profile_version); in Init()
385 profile_version, 0); in Init()
420 uint16_t AvrcpService::GetSupportedFeatures(uint16_t profile_version) { in GetSupportedFeatures() argument
421 switch (profile_version) { in GetSupportedFeatures()
460 = GetSupportedFeatures(profile_version) | AVRC_SUPF_TG_PLAYER_COVER_ART; in RegisterBipServer()
465 profile_version, psm); in RegisterBipServer()
471 uint16_t supported_features = GetSupportedFeatures(profile_version); in UnregisterBipServer()
[all …]
Davrcp_service.h99 uint16_t GetSupportedFeatures(uint16_t profile_version);
107 uint16_t profile_version = -1; variable
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sdp_server.cc479 sdp_handle, UUID_SERVCLASS_MAP_PROFILE, rec->hdr.profile_version); in add_maps_sdp()
562 sdp_handle, UUID_SERVCLASS_MAP_PROFILE, rec->hdr.profile_version); in add_mapc_sdp()
619 sdp_handle, UUID_SERVCLASS_PHONE_ACCESS, rec->hdr.profile_version); in add_pbapc_sdp()
697 rec->hdr.profile_version, rec->supported_features,
702 sdp_handle, UUID_SERVCLASS_PHONE_ACCESS, rec->hdr.profile_version);
730 sdp_handle, UUID_SERVCLASS_PHONE_ACCESS, rec->hdr.profile_version);
814 sdp_handle, UUID_SERVCLASS_OBEX_OBJECT_PUSH, rec->hdr.profile_version);
896 sdp_handle, UUID_SERVCLASS_SAP, rec->hdr.profile_version);
933 sdp_handle, UUID_SERVCLASS_MPS_PROFILE, rec->hdr.profile_version);
/packages/modules/Bluetooth/system/bta/ar/
Dbta_ar.cc161 bool browse_supported, uint16_t profile_version) { in bta_ar_reg_avrc() argument
173 profile_version, 0); in bta_ar_reg_avrc()
186 profile_version, 0); in bta_ar_reg_avrc()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs61 pub profile_version: i32, field
98 let profile_version = sdp_hdr.profile_version; in from() localVariable
106 profile_version, in from()
254 profile_version: 0x0100, in default()
338 profile_version: hdr.profile_version, in convert_header()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_sdp.h50 int32_t profile_version; member
64 int32_t profile_version; member
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_server.cc77 int32_t profile_version; member
1257 sdpPseLocalRecord.profile_version); in sdp_upgrade_pse_record()
1330 int32_t profile_version, in sdp_save_local_pse_record_attributes() argument
1336 rfcomm_channel_number, l2cap_psm, profile_version, supported_features, in sdp_save_local_pse_record_attributes()
1340 sdpPseLocalRecord.profile_version = profile_version; in sdp_save_local_pse_record_attributes()
Dsdpint.h313 uint16_t profile_version);
342 int32_t profile_version,
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_main.cc490 uint16_t profile_version = AVRC_REV_1_0; in bta_av_api_register() local
493 profile_version = AVRC_REV_1_6; in bta_av_api_register()
496 profile_version = AVRC_REV_1_5; in bta_av_api_register()
499 profile_version = AVRC_REV_1_3; in bta_av_api_register()
501 profile_version = AVRC_REV_1_4; in bta_av_api_register()
507 (bta_av_cb.features & BTA_AV_FEAT_BROWSE), profile_version); in bta_av_api_register()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_sdp_server.cc34 int32_t profile_version, in sdp_save_local_pse_record_attributes() argument
Dmock_bta_ar.cc51 bool browse_supported, uint16_t profile_version) { in bta_ar_reg_avrc() argument
Dmock_stack_avrc_sdp.cc39 uint16_t profile_version, uint16_t cover_art_psm) { in AVRC_AddRecord() argument
/packages/modules/Bluetooth/system/bta/include/
Dbta_ar_api.h123 bool browse_supported, uint16_t profile_version);
/packages/modules/Bluetooth/system/profile/avrcp/
Davrcp_internal.h42 uint16_t profile_version,
/packages/modules/Bluetooth/system/stack/include/
Davrc_api.h332 uint16_t profile_version, uint16_t cover_art_psm);
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc1159 uint16_t profile_version = 0; in bta_dm_store_audio_profiles_version() local
1162 &profile_version); in bta_dm_store_audio_profiles_version()
1163 if (profile_version != 0) { in bta_dm_store_audio_profiles_version()
1166 (const uint8_t*)&profile_version, in bta_dm_store_audio_profiles_version()
1167 sizeof(profile_version))) { in bta_dm_store_audio_profiles_version()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs177 profile_version: i32, field
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs128 profile_version: i32, field