Diff between ffd321f1e189c8bf99ca0f53c5ee030436c8bf29 and 07ff7758fd2deaf51ddd63b64debfb7745ebd20e
Changed Files
| File | Additions | Deletions | Status |
| android/hal-sock.c | +2 | -2 | modified |
Full Patch
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;
}