btd_debug() has new parameter introduced in dcfdc556. --- android/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/log.c b/android/log.c index 8013eba..35917c6 100644 --- a/android/log.c +++ b/android/log.c @@ -139,7 +139,7 @@ void error(const char *format, ...) va_end(ap); } -void btd_debug(const char *format, ...) +void btd_debug(uint16_t index, const char *format, ...) { va_list ap; -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html