Searched refs:P2P_TRACE_API2 (Results 1 – 2 of 2) sorted by relevance
/external/libnfc-nci/src/nfa/p2p/ |
D | nfa_p2p_api.c | 329 P2P_TRACE_API2 ("NFA_P2pDisconnect (): handle:0x%02X, flush=%d", handle, flush); in NFA_P2pDisconnect() 695 P2P_TRACE_API2 ("NFA_P2pSendData (): handle:0x%X, length:%d", handle, length); in NFA_P2pSendData() 885 P2P_TRACE_API2 ("NFA_P2pSetLocalBusy (): conn_handle:0x%02X, is_busy:%d", conn_handle, is_busy); in NFA_P2pSetLocalBusy() 989 P2P_TRACE_API2 ("NFA_P2pGetRemoteSap(): handle:0x%x, SN:<%s>", handle, p_service_name); in NFA_P2pGetRemoteSap()
|
/external/libnfc-nci/src/include/ |
D | bt_trace.h | 1604 #define P2P_TRACE_API2(m,p1,p2) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_API) … macro 3581 #define P2P_TRACE_API2(m,p1,p2) macro
|