Searched refs:SDP_FindProfileVersionInRec (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/bt/bta/sdp/ |
H A D | bta_sdp_act.cc | 59 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_MAP_PROFILE, in bta_create_mns_sdp_record() 112 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_MAP_PROFILE, in bta_create_mas_sdp_record() 158 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_PHONE_ACCESS, in bta_create_pse_sdp_record() 194 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_OBEX_OBJECT_PUSH, in bta_create_ops_sdp_record() 278 if (SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_SAP, &pversion)) { in bta_create_sap_sdp_record()
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_sdp.cc | 91 bool SDP_FindProfileVersionInRec(tSDP_DISC_REC* p_rec, uint16_t profile_uuid, in SDP_FindProfileVersionInRec() function
|
/aosp12/system/bt/bta/hf_client/ |
H A D | bta_hf_client_sdp.cc | 249 SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_HF_HANDSFREE, in bta_hf_client_sdp_find_attr()
|
/aosp12/system/bt/stack/include/ |
H A D | sdp_api.h | 380 bool SDP_FindProfileVersionInRec(tSDP_DISC_REC* p_rec, uint16_t profile_uuid,
|
/aosp12/system/bt/stack/test/fuzzers/sdp/ |
H A D | sdpFuzzFunctions.h | 160 SDP_FindProfileVersionInRec(p_rec, fdp->ConsumeIntegral<uint16_t>(),
|
/aosp12/system/bt/bta/ag/ |
H A D | bta_ag_sdp.cc | 338 if (!SDP_FindProfileVersionInRec(p_rec, uuid, &peer_version)) { in bta_ag_sdp_find_attr()
|
/aosp12/system/bt/bta/av/ |
H A D | bta_av_act.cc | 1663 SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_AV_REMOTE_CONTROL, in bta_av_check_peer_features() 1726 bool val = SDP_FindProfileVersionInRec( in bta_avk_check_peer_features() 1950 SDP_FindProfileVersionInRec(p_rec, UUID_SERVCLASS_AV_REMOTE_CONTROL, in bta_av_rc_disc_done()
|
/aosp12/system/bt/btif/avrcp/ |
H A D | avrcp_service.cc | 130 return SDP_FindProfileVersionInRec(a, b, c); in FindProfileVersionInRec()
|
/aosp12/system/bt/stack/sdp/ |
H A D | sdp_api.cc | 663 bool SDP_FindProfileVersionInRec(tSDP_DISC_REC* p_rec, uint16_t profile_uuid, in SDP_FindProfileVersionInRec() function
|