This is usefull while debugging HAL IPC. --- android/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/main.c b/android/main.c index f3e2baa..988d08b 100644 --- a/android/main.c +++ b/android/main.c @@ -151,6 +151,9 @@ static gboolean cmd_watch_cb(GIOChannel *io, GIOCondition cond, goto fail; } + DBG("service_id %u opcode %u len %u", msg->service_id, msg->opcode, + msg->len); + switch (msg->service_id) { case HAL_SERVICE_ID_CORE: handle_service_core(msg->opcode, buf + sizeof(*msg), msg->len); -- 1.8.4 -- 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