Home
last modified time | relevance | path

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

/system/bt/bta/sdp/
Dbta_sdp_act.c103 record->mns.hdr.profile_version = 0; in bta_create_mns_sdp_record()
119 record->mns.hdr.profile_version = pversion; in bta_create_mns_sdp_record()
144 record->mas.hdr.profile_version = 0; in bta_create_mas_sdp_record()
172 record->mas.hdr.profile_version = pversion; in bta_create_mas_sdp_record()
197 record->pse.hdr.profile_version = 0; in bta_create_pse_sdp_record()
218 record->pse.hdr.profile_version = pversion; in bta_create_pse_sdp_record()
243 record->ops.hdr.profile_version = 0; in bta_create_ops_sdp_record()
254 record->ops.hdr.profile_version = pversion; in bta_create_ops_sdp_record()
324 record->sap.hdr.profile_version = 0; in bta_create_sap_sdp_record()
334 record->sap.hdr.profile_version = pversion; in bta_create_sap_sdp_record()
[all …]
/system/bt/stack/avrc/
Davrc_sdp.c196 BOOLEAN browse_supported, UINT16 profile_version) in AVRC_AddRecord() argument
214 if((service_uuid == UUID_SERVCLASS_AV_REMOTE_CONTROL ) && (profile_version > AVRC_REV_1_3)) in AVRC_AddRecord()
238 if ((profile_version > AVRC_REV_1_3) && (browse_supported)) in AVRC_AddRecord()
254 …ult &= SDP_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_AV_REMOTE_CONTROL, profile_version); in AVRC_AddRecord()
/system/bt/bta/ar/
Dbta_ar.c247 UINT16 profile_version) in bta_ar_reg_avrc() argument
262 bta_ar_cb.sdp_tg_handle, browse_supported, profile_version); in bta_ar_reg_avrc()
277 bta_ar_cb.sdp_ct_handle, browse_supported, profile_version); in bta_ar_reg_avrc()
/system/bt/bta/include/
Dbta_ar_api.h123 BOOLEAN browse_supported, UINT16 profile_version);
/system/bt/btif/src/
Dbtif_sdp_server.c420 rec->hdr.profile_version); in add_maps_sdp()
507 rec->hdr.profile_version); in add_mapc_sdp()
587 rec->hdr.profile_version); in add_pbaps_sdp()
676 rec->hdr.profile_version); in add_opps_sdp()
761 rec->hdr.profile_version); in add_saps_sdp()
/system/bt/stack/include/
Davrc_api.h214 BOOLEAN browse_supported, UINT16 profile_version);