Searched refs:NFC_TRACE_DEBUG4 (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c303 NFC_TRACE_DEBUG4 ("nfc_set_state %d (%s)->%d (%s)", nfc_cb.nfc_state, nfc_state_name (nfc_cb.nfc_state), nfc_state, nfc_state_name (nfc_state));
866 NFC_TRACE_DEBUG4 ("[%d]: intf_type:%d intf_mask: 0x%x is_supported:%d", xx, p_maps[xx].intf_type, intf_mask, is_supported);
/external/libnfc-nci/src/nfc/nci/
H A Dnci_hrcv.c391 NFC_TRACE_DEBUG4 ("nfcee_id: 0x%x num_interface:0x%x/0x%x, num_tlvs:0x%x",
/external/libnfc-nci/src/include/
H A Dbt_trace.h1378 #define NFC_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYER_NFC, TRACE_TYPE_DEBUG, m,p1,p2,p3,p4);} macro
3355 #define NFC_TRACE_DEBUG4(m,p1,p2,p3,p4) macro

Completed in 1340 milliseconds