Home
last modified time | relevance | path

Searched refs:llcp_sdp_send_sdreq (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfc/include/
Dllcp_int.h355 tLLCP_STATUS llcp_sdp_send_sdreq(uint8_t tid, char* p_name);
/system/nfc/src/nfc/llcp/
Dllcp_sdp.cc128 tLLCP_STATUS llcp_sdp_send_sdreq(uint8_t tid, char* p_name) { in llcp_sdp_send_sdreq() function
Dllcp_api.cc1494 status = llcp_sdp_send_sdreq(llcp_cb.sdp_cb.transac[i].tid, p_name); in LLCP_DiscoverService()