Searched refs:NCI_LOG_LEVEL_INFO (Results 1 – 1 of 1) sorted by relevance
158 #define NCI_LOG_LEVEL_INFO 0x4u macro170 #define NCI_INFO(args) do { if (nci_log_level & NCI_LOG_LEVEL_INFO) { printf args; } } while (0u)178 #define NCI_INFO(args) do { if (nci_log_level & NCI_LOG_LEVEL_INFO) \