Searched defs:BT_ERR (Results 1 – 3 of 3) sorted by relevance
25 #define BT_ERR(f, ...) printf("[%s]" f "\n", __func__, ##__VA_ARGS__) macro
43 #define BT_ERR(fmt, ...) bt_log(BT_LOG_ERR, "%s: " fmt, \ macro
41 #define BT_ERR(fmt, ...) SYS_LOG_ERR(fmt, ##__VA_ARGS__) macro
Completed in 2 milliseconds