Bluetooth: Add new line in le_conn_update_complete debug log
Change-Id: Id08aa8246b5e5970b0ff104a9c86d80069d1a7e5 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
acc84f2bed
commit
a004eb2319
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ static void le_conn_update_complete(struct bt_buf *buf)
|
||||||
handle = sys_le16_to_cpu(evt->handle);
|
handle = sys_le16_to_cpu(evt->handle);
|
||||||
interval = sys_le16_to_cpu(evt->interval);
|
interval = sys_le16_to_cpu(evt->interval);
|
||||||
|
|
||||||
BT_DBG("status %u, handle %u", evt->status, handle);
|
BT_DBG("status %u, handle %u\n", evt->status, handle);
|
||||||
|
|
||||||
conn = bt_conn_lookup_handle(handle);
|
conn = bt_conn_lookup_handle(handle);
|
||||||
if (!conn) {
|
if (!conn) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue