From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This makes it easier to spot which functions the HAL is calling. --- android/socket.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/socket.c b/android/socket.c index 39709cd..b6eed6e 100644 --- a/android/socket.c +++ b/android/socket.c @@ -34,11 +34,15 @@ static int handle_listen(void *buf) { + DBG("Not implemented"); + return -1; } static int handle_connect(void *buf) { + DBG("Not implemented"); + return -1; } -- 1.8.3.1 -- 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