Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/ar/
Dbta_ar.cc203 bool browse_supported, uint16_t profile_version) { in bta_ar_reg_avrc() argument
216 profile_version, 0); in bta_ar_reg_avrc()
230 profile_version, 0); in bta_ar_reg_avrc()
315 uint16_t profile_version) { in bta_ar_reg_avrc_for_src_sink_coexist() argument
329 bta_ar_cb.sdp_tg_handle, browse_supported, profile_version, in bta_ar_reg_avrc_for_src_sink_coexist()
345 bta_ar_cb.sdp_ct_handle, browse_supported, profile_version, in bta_ar_reg_avrc_for_src_sink_coexist()
351 if (bta_ar_cb.ct_ver < profile_version) { in bta_ar_reg_avrc_for_src_sink_coexist()
352 log::verbose("ver=0x{:x}", profile_version); in bta_ar_reg_avrc_for_src_sink_coexist()
354 profile_version > AVRC_REV_1_3) { in bta_ar_reg_avrc_for_src_sink_coexist()
355 bta_ar_cb.ct_ver = profile_version; in bta_ar_reg_avrc_for_src_sink_coexist()
[all …]
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_sdp.cc212 uint16_t profile_version, uint16_t cover_art_psm) { in AVRC_AddRecord() argument
224 service_uuid, profile_version, categories, cover_art_psm); in AVRC_AddRecord()
233 (profile_version > AVRC_REV_1_3)) { in AVRC_AddRecord()
244 if (profile_version < AVRC_REV_1_6) { in AVRC_AddRecord()
245 protocol_reported_version = profile_version - 1; in AVRC_AddRecord()
266 if (profile_version > AVRC_REV_1_3) { in AVRC_AddRecord()
291 if (profile_version >= AVRC_REV_1_6 && in AVRC_AddRecord()
322 sdp_handle, UUID_SERVCLASS_AV_REMOTE_CONTROL, profile_version); in AVRC_AddRecord()
Davrc_api.cc983 uint16_t profile_version = AVRC_REV_1_3; in AVRC_GetControlProfileVersion() local
990 profile_version = AVRC_REV_1_6; in AVRC_GetControlProfileVersion()
993 profile_version = AVRC_REV_1_5; in AVRC_GetControlProfileVersion()
996 profile_version = AVRC_REV_1_4; in AVRC_GetControlProfileVersion()
999 return profile_version; in AVRC_GetControlProfileVersion()
1012 uint16_t profile_version = AVRC_REV_1_4; in AVRC_GetProfileVersion() local
1017 profile_version = AVRC_REV_1_6; in AVRC_GetProfileVersion()
1020 profile_version = AVRC_REV_1_5; in AVRC_GetProfileVersion()
1023 profile_version = AVRC_REV_1_3; in AVRC_GetProfileVersion()
1026 return profile_version; in AVRC_GetProfileVersion()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_sdp.cpp147 (jint)record->mas.hdr.profile_version, in sdp_search_callback()
157 (jint)record->mns.hdr.profile_version, in sdp_search_callback()
166 (jint)record->pse.hdr.profile_version, in sdp_search_callback()
184 (jint)record->ops.hdr.profile_version, service_name.get(), in sdp_search_callback()
191 (jint)record->mas.hdr.profile_version, service_name.get(), in sdp_search_callback()
241 record.mas.hdr.profile_version = version; in sdpCreateMapMasRecordNative()
280 record.mns.hdr.profile_version = version; in sdpCreateMapMnsRecordNative()
313 record.pce.hdr.profile_version = version; in sdpCreatePbapPceRecordNative()
349 record.pse.hdr.profile_version = version; in sdpCreatePbapPseRecordNative()
387 record.ops.hdr.profile_version = version; in sdpCreateOppOpsRecordNative()
[all …]
/packages/modules/Bluetooth/system/bta/sdp/
Dbta_sdp_act.cc58 record->mns.hdr.profile_version = 0; in bta_create_mns_sdp_record()
90 record->mns.hdr.profile_version = pversion; in bta_create_mns_sdp_record()
123 record->mas.hdr.profile_version = 0; in bta_create_mas_sdp_record()
183 record->mas.hdr.profile_version = pversion; in bta_create_mas_sdp_record()
216 record->pse.hdr.profile_version = 0; in bta_create_pse_sdp_record()
262 record->pse.hdr.profile_version = pversion; in bta_create_pse_sdp_record()
295 record->ops.hdr.profile_version = 0; in bta_create_ops_sdp_record()
314 record->ops.hdr.profile_version = pversion; in bta_create_ops_sdp_record()
397 record->sap.hdr.profile_version = 0; in bta_create_sap_sdp_record()
415 record->sap.hdr.profile_version = pversion; in bta_create_sap_sdp_record()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_avrc_sdp.h60 uint16_t profile_version, uint16_t cover_art_psm)>
69 uint16_t profile_version, uint16_t cover_art_psm) { in operator()
71 sdp_handle, browse_supported, profile_version, cover_art_psm); in operator()
Dmock_stack_avrc_sdp.cc67 uint16_t profile_version, uint16_t cover_art_psm) { in AVRC_AddRecord() argument
71 browse_supported, profile_version, cover_art_psm); in AVRC_AddRecord()
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc89 uint16_t profile_version, in AddRecord() argument
93 profile_version, cover_art_psm); in AddRecord()
398 profile_version = avrcp_interface_.GetAvrcpVersion(); in Init()
400 uint16_t supported_features = GetSupportedFeatures(profile_version); in Init()
406 profile_version, 0); in Init()
442 uint16_t AvrcpService::GetSupportedFeatures(uint16_t profile_version) { in GetSupportedFeatures() argument
443 switch (profile_version) { in GetSupportedFeatures()
482 = GetSupportedFeatures(profile_version) | AVRC_SUPF_TG_PLAYER_COVER_ART; in RegisterBipServer()
487 profile_version, psm); in RegisterBipServer()
493 uint16_t supported_features = GetSupportedFeatures(profile_version); in UnregisterBipServer()
[all …]
Davrcp_service.h105 uint16_t GetSupportedFeatures(uint16_t profile_version);
113 uint16_t profile_version = -1; variable
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc_sdp.cc139 uint16_t profile_version = 0; in bta_dm_store_audio_profiles_version() local
142 sdp_rec, audio_profile.btprofile_uuid, &profile_version)) { in bta_dm_store_audio_profiles_version()
146 if (profile_version != 0) { in bta_dm_store_audio_profiles_version()
149 (const uint8_t*)&profile_version, in bta_dm_store_audio_profiles_version()
150 sizeof(profile_version))) { in bta_dm_store_audio_profiles_version()
Dbta_dm_disc_legacy.cc586 uint16_t profile_version = 0; in bta_dm_store_audio_profiles_version() local
589 sdp_rec, audio_profile.btprofile_uuid, &profile_version)) { in bta_dm_store_audio_profiles_version()
593 if (profile_version != 0) { in bta_dm_store_audio_profiles_version()
596 (const uint8_t*)&profile_version, in bta_dm_store_audio_profiles_version()
597 sizeof(profile_version))) { in bta_dm_store_audio_profiles_version()
/packages/modules/Bluetooth/system/bta/include/
Dbta_ar_api.h123 bool browse_supported, uint16_t profile_version);
151 uint16_t profile_version);
/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/btif/src/
Dbtif_sdp_server.cc484 sdp_handle, UUID_SERVCLASS_MAP_PROFILE, rec->hdr.profile_version); in add_maps_sdp()
568 sdp_handle, UUID_SERVCLASS_MAP_PROFILE, rec->hdr.profile_version); in add_mapc_sdp()
626 sdp_handle, UUID_SERVCLASS_PHONE_ACCESS, rec->hdr.profile_version); in add_pbapc_sdp()
705 rec->hdr.profile_version, rec->supported_features,
710 sdp_handle, UUID_SERVCLASS_PHONE_ACCESS, rec->hdr.profile_version);
738 sdp_handle, UUID_SERVCLASS_PHONE_ACCESS, rec->hdr.profile_version);
823 sdp_handle, UUID_SERVCLASS_OBEX_OBJECT_PUSH, rec->hdr.profile_version);
906 sdp_handle, UUID_SERVCLASS_SAP, rec->hdr.profile_version);
944 sdp_handle, UUID_SERVCLASS_MPS_PROFILE, rec->hdr.profile_version);
/packages/modules/Bluetooth/system/include/hardware/
Dbt_sdp.h50 int32_t profile_version; member
64 int32_t profile_version; member
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_main.cc553 uint16_t profile_version = AVRC_REV_1_0; in bta_av_api_register() local
556 profile_version = AVRC_REV_1_6; in bta_av_api_register()
559 profile_version = AVRC_REV_1_5; in bta_av_api_register()
562 profile_version = AVRC_REV_1_3; in bta_av_api_register()
564 profile_version = AVRC_REV_1_4; in bta_av_api_register()
571 (bta_av_cb.features & BTA_AV_FEAT_BROWSE), profile_version); in bta_av_api_register()
576 (bta_av_cb.features & BTA_AV_FEAT_BROWSE), profile_version); in bta_av_api_register()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_server.cc74 int32_t profile_version; member
411 sdpPseLocalRecord.profile_version); in sdp_upgrade_pse_record()
1308 int32_t profile_version, in sdp_save_local_pse_record_attributes() argument
1314 rfcomm_channel_number, l2cap_psm, profile_version, supported_features, in sdp_save_local_pse_record_attributes()
1318 sdpPseLocalRecord.profile_version = profile_version; in sdp_save_local_pse_record_attributes()
Dsdpint.h302 uint16_t profile_version);
331 int32_t profile_version,
/packages/modules/Bluetooth/system/profile/avrcp/
Davrcp_internal.h43 uint16_t profile_version,
/packages/modules/Bluetooth/system/stack/include/
Davrc_api.h324 uint16_t profile_version, uint16_t cover_art_psm);
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs214 profile_version: i32, field
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs126 profile_version: i32, field