Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_sdp_api.h58 struct SDP_CancelServiceSearch { struct
63 extern struct SDP_CancelServiceSearch SDP_CancelServiceSearch; argument
Dmock_stack_sdp_api.cc46 struct SDP_CancelServiceSearch SDP_CancelServiceSearch; variable
70 bool SDP_CancelServiceSearch(const tSDP_DISCOVERY_DB* p_db) { in SDP_CancelServiceSearch() function
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_api.cc118 bool SDP_CancelServiceSearch(const tSDP_DISCOVERY_DB* p_db) { in SDP_CancelServiceSearch() function
/packages/modules/Bluetooth/system/stack/include/
Dsdp_api.h684 bool (*SDP_CancelServiceSearch)(const tSDP_DISCOVERY_DB*); member