From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/hal-sock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/hal-sock.c b/android/hal-sock.c index eafa451..bd88ad8 100644 --- a/android/hal-sock.c +++ b/android/hal-sock.c @@ -77,8 +77,8 @@ static bt_status_t sock_connect(const bt_bdaddr_t *bdaddr, btsock_type_t type, struct hal_cmd_sock_connect cmd; if ((!uuid && chan <= 0) || !bdaddr || !sock) { - error("Invalid params: bd_addr %p, uuid %s, chan %d, sock %p", - bdaddr, btuuid2str(uuid), chan, sock); + error("Invalid params: bd_addr %s, uuid %s, chan %d, sock %p", + bdaddr2str(bdaddr), btuuid2str(uuid), chan, sock); return BT_STATUS_PARM_INVALID; } -- 1.7.10.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