projects
/
platform
/
core
/
connectivity
/
bluetooth-frwk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bec897
)
LE CoC: Fix build issue for aarch64
89/272289/1
accepted/tizen/unified/20220318.133048
submit/tizen/20220313.220938
submit/tizen/20220314.225934
submit/tizen/20220316.003414
submit/tizen/20220317.013237
author
Ayush Garg
<ayush.garg@samsung.com>
Mon, 14 Mar 2022 06:39:44 +0000
(12:09 +0530)
committer
Ayush Garg
<ayush.garg@samsung.com>
Mon, 14 Mar 2022 06:39:44 +0000
(12:09 +0530)
Change-Id: I2fc506e2ca46803d20275d4ec91c4693caee04be
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
bt-api/bt-l2cap-le-client.c
patch
|
blob
|
history
diff --git
a/bt-api/bt-l2cap-le-client.c
b/bt-api/bt-l2cap-le-client.c
index 1d520e063c26119dc0f46c00678291c061a1ceea..9c713866b6e6bf9ad55c4cabe2e2469f91bd21c9 100644
(file)
--- a/
bt-api/bt-l2cap-le-client.c
+++ b/
bt-api/bt-l2cap-le-client.c
@@
-197,7
+197,7
@@
static gboolean __client_data_received_cb(GIOChannel *chan, GIOCondition cond,
goto fail;
}
- BT_DBG("fd: %d, len: %d, buffer: %s", fd, len, buffer);
+ BT_DBG("fd: %d, len: %
z
d, buffer: %s", fd, len, buffer);
event_info = _bt_event_get_cb_data(BT_L2CAP_LE_CLIENT_EVENT);
if (event_info == NULL) {