Home
last modified time | relevance | path

Searched refs:SYS_LOG_WRN (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/include/common/
A Dlog.h42 #define BT_WARN(fmt, ...) SYS_LOG_WRN(fmt, ##__VA_ARGS__)
/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h312 #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 DKconfig45 2 WARNING, write SYS_LOG_WRN in addition to previous level
A Dbuf.c32 #define NET_BUF_WARN(fmt, ...) SYS_LOG_WRN(fmt, ##__VA_ARGS__)

Completed in 7 milliseconds