Home
last modified time | relevance | path

Searched refs:SDP_FindServiceUUIDInRec (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_sdp_api.cc45 struct SDP_FindServiceUUIDInRec SDP_FindServiceUUIDInRec; variable
80 bool SDP_FindServiceUUIDInRec(const tSDP_DISC_REC* p_rec, bluetooth::Uuid* p_uuid) { in SDP_FindServiceUUIDInRec() function
82 return test::mock::stack_sdp_api::SDP_FindServiceUUIDInRec(p_rec, p_uuid); in SDP_FindServiceUUIDInRec()
Dmock_stack_sdp_api.h77 struct SDP_FindServiceUUIDInRec { struct
84 extern struct SDP_FindServiceUUIDInRec SDP_FindServiceUUIDInRec; argument
Dmock_stack_sdp_legacy_api.cc49 .SDP_FindServiceUUIDInRec = nullptr,
/aosp_15_r20/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_api.cc265 bool SDP_FindServiceUUIDInRec(const tSDP_DISC_REC* p_rec, Uuid* p_uuid) { in SDP_FindServiceUUIDInRec() function
1087 .SDP_FindServiceUUIDInRec = ::SDP_FindServiceUUIDInRec,
/aosp_15_r20/packages/modules/Bluetooth/system/stack/sdp/internal/
Dsdp_api.h178 bool SDP_FindServiceUUIDInRec(const tSDP_DISC_REC* p_rec, bluetooth::Uuid* p_uuid);
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dsdp_api.h288 [[nodiscard]] bool (*SDP_FindServiceUUIDInRec)(const tSDP_DISC_REC* p_rec, member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/
Dbta_jv_test.cc83 .SDP_FindServiceUUIDInRec = nullptr, in FakeSdp()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc_sdp.cc195 if (get_legacy_stack_sdp_api()->record.SDP_FindServiceUUIDInRec(p_sdp_rec, in bta_dm_sdp_result()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/
DsdpFuzzFunctions.h319 get_legacy_stack_sdp_api()->record.SDP_FindServiceUUIDInRec(p_rec, &uuid);
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc367 if (!get_legacy_stack_sdp_api()->record.SDP_FindServiceUUIDInRec(p_sdp_rec, &service_uuid)) { in bta_gattc_sdp_callback()