Home
last modified time | relevance | path

Searched refs:P2P_TRACE_API3 (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/p2p/
Dnfa_p2p_api.c67 P2P_TRACE_API3 ("NFA_P2pRegisterServer (): server_sap:0x%02x, link_type:0x%x, SN:<%s>", in NFA_P2pRegisterServer()
213 P2P_TRACE_API3 ("NFA_P2pAcceptConn (): handle:0x%02X, MIU:%d, RW:%d", handle, miu, rw); in NFA_P2pAcceptConn()
509 P2P_TRACE_API3 ("NFA_P2pSendUI (): handle:0x%X, DSAP:0x%02X, length:%d", handle, dsap, length); in NFA_P2pSendUI()
/external/libnfc-nci/src/include/
Dbt_trace.h1605 #define P2P_TRACE_API3(m,p1,p2,p3) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_API) … macro
3582 #define P2P_TRACE_API3(m,p1,p2,p3) macro