/packages/modules/Bluetooth/system/stack/avrc/ |
D | avrc_sdp.cc | 198 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()
|
D | avrc_api.cc | 987 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/ |
D | bta_sdp_act.cc | 48 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/ |
D | com_android_bluetooth_sdp.cpp | 174 (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/ |
D | avrcp_service.cc | 70 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 …]
|
D | avrcp_service.h | 99 uint16_t GetSupportedFeatures(uint16_t profile_version); 107 uint16_t profile_version = -1; variable
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sdp_server.cc | 479 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/ |
D | bta_ar.cc | 161 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/ |
D | sdp.rs | 61 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/ |
D | bt_sdp.h | 50 int32_t profile_version; member 64 int32_t profile_version; member
|
/packages/modules/Bluetooth/system/stack/sdp/ |
D | sdp_server.cc | 77 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()
|
D | sdpint.h | 313 uint16_t profile_version); 342 int32_t profile_version,
|
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_main.cc | 490 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/ |
D | mock_stack_sdp_server.cc | 34 int32_t profile_version, in sdp_save_local_pse_record_attributes() argument
|
D | mock_bta_ar.cc | 51 bool browse_supported, uint16_t profile_version) { in bta_ar_reg_avrc() argument
|
D | mock_stack_avrc_sdp.cc | 39 uint16_t profile_version, uint16_t cover_art_psm) { in AVRC_AddRecord() argument
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_ar_api.h | 123 bool browse_supported, uint16_t profile_version);
|
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | avrcp_internal.h | 42 uint16_t profile_version,
|
/packages/modules/Bluetooth/system/stack/include/ |
D | avrc_api.h | 332 uint16_t profile_version, uint16_t cover_art_psm);
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_act.cc | 1159 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/ |
D | iface_bluetooth.rs | 177 profile_version: i32, field
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 128 profile_version: i32, field
|