Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/include/common/
A Dlog.h41 #define BT_ERR(fmt, ...) SYS_LOG_ERR(fmt, ##__VA_ARGS__)
/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h313 #define SYS_LOG_ERR(fmt,...) LOGE(BT_TAG, "%s:"fmt, __FUNCTION__, ##__VA_ARGS__) macro
318 #define SYS_LOG_ERR(fmt,...) LOGE(BT_TAG, fmt, ##__VA_ARGS__) macro
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A DKconfig44 1 ERROR, only write SYS_LOG_ERR
A Dbuf.c31 #define NET_BUF_ERR(fmt, ...) SYS_LOG_ERR(fmt, ##__VA_ARGS__)

Completed in 8 milliseconds