Home
last modified time | relevance | path

Searched defs:SDP_FindProfileVersionInRec (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_sdp_api.h53 struct SDP_FindProfileVersionInRec { struct
61 extern struct SDP_FindProfileVersionInRec SDP_FindProfileVersionInRec; argument
Dmock_stack_sdp_api.cc43 struct SDP_FindProfileVersionInRec SDP_FindProfileVersionInRec; variable
70 bool SDP_FindProfileVersionInRec(const tSDP_DISC_REC* p_rec, uint16_t profile_uuid, in SDP_FindProfileVersionInRec() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dsdp_api.h273 [[nodiscard]] bool (*SDP_FindProfileVersionInRec)(const tSDP_DISC_REC*, uint16_t, uint16_t*); member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_api.cc673 bool SDP_FindProfileVersionInRec(const tSDP_DISC_REC* p_rec, uint16_t profile_uuid, in SDP_FindProfileVersionInRec() function