Searched refs:SYS_LOG_WRN (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/common/ |
A D | log.h | 42 #define BT_WARN(fmt, ...) SYS_LOG_WRN(fmt, ##__VA_ARGS__)
|
/AliOS-Things-master/components/ble_host/include/ |
A D | ble_os_port.h | 312 #define SYS_LOG_WRN(fmt,...) LOGW(BT_TAG, "%s:"fmt, __FUNCTION__, ##__VA_ARGS__) macro 317 #define SYS_LOG_WRN(fmt,...) LOGW(BT_TAG, fmt, ##__VA_ARGS__) macro
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/ |
A D | Kconfig | 45 2 WARNING, write SYS_LOG_WRN in addition to previous level
|
A D | buf.c | 32 #define NET_BUF_WARN(fmt, ...) SYS_LOG_WRN(fmt, ##__VA_ARGS__)
|
Completed in 7 milliseconds