Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_stack_sdp.cc104 uint16_t SDP_GetDiRecord(uint8_t get_record_index, in SDP_GetDiRecord() function
/aosp12/system/bt/stack/include/
H A Dsdp_api.h597 uint16_t SDP_GetDiRecord(uint8_t getRecordIndex,
/aosp12/system/bt/stack/test/fuzzers/sdp/
H A DsdpFuzzFunctions.h313 SDP_GetDiRecord(
/aosp12/system/bt/stack/sdp/
H A Dsdp_api.cc803 uint16_t SDP_GetDiRecord(uint8_t get_record_index, in SDP_GetDiRecord() function
H A Dsdp_utils.cc262 if (SDP_GetDiRecord(1, &di_record, p_db) == SDP_SUCCESS) { in sdpu_log_attribute_metrics()
/aosp12/system/bt/bta/hh/
H A Dbta_hh_act.cc268 if (SDP_GetDiRecord(1, &di_rec, bta_hh_cb.p_disc_db) == SDP_SUCCESS) { in bta_hh_di_sdp_cback()