Home
last modified time | relevance | path

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

/system/nfc/src/nfc/include/
Dllcp_api.h410 extern tLLCP_STATUS LLCP_SendUI(uint8_t ssap, uint8_t dsap, NFC_HDR* p_buf);
/system/nfc/src/nfa/p2p/
Dnfa_p2p_act.cc949 LLCP_SendUI(local_sap, p_msg->api_send_ui.dsap, p_msg->api_send_ui.p_msg); in nfa_p2p_send_ui()
/system/nfc/src/nfc/llcp/
Dllcp_api.cc638 tLLCP_STATUS LLCP_SendUI(uint8_t ssap, uint8_t dsap, NFC_HDR* p_buf) { in LLCP_SendUI() function