Home
last modified time | relevance | path

Searched refs:LOG_STR (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach.h63 #define LOG_STR "Realtek Bluetooth" macro
68 syslog(LOG_DEBUG, "%s :" fmt "\n" , LOG_STR, ##arg); \
73 syslog(LOG_INFO, "%s :" fmt "\n", LOG_STR, ##arg); \
78 syslog(LOG_WARNING, "%s WARN: " fmt "\n", LOG_STR, ##arg); \
83 syslog(LOG_ERR, "%s ERROR: " fmt "\n", LOG_STR, ##arg); \
89 printf("%s :" fmt "\n" , LOG_STR, ##arg); \
94 printf("%s :" fmt "\n", LOG_STR, ##arg); \
99 printf("%s WARN: " fmt "\n", LOG_STR, ##arg); \
104 printf("%s ERROR: " fmt "\n", LOG_STR, ##arg); \
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c108 #define LOG_STR "Realtek Bluetooth" macro
112 fprintf(stderr, "%s :" fmt "\n" , LOG_STR, ##arg); \
117 fprintf(stderr, "%s :" fmt "\n", LOG_STR, ##arg); \
122 fprintf(stderr, "%s ERROR: " fmt "\n", LOG_STR, ##arg); \