Skip to content

Commit c1e9c88

Browse files
committed
Bluetooth: ISO: Use BT_ISO_DATA_DBG for send_ts
The bt_iso_chan_send_ts used an incorrect macro for logging, and should use BT_ISO_DATA_DBG which is meant for logging related to ISO data. Signed-off-by: Emil Gydesen <[email protected]>
1 parent 9ae10ea commit c1e9c88

File tree

1 file changed

+1
-1
lines changed
  • subsys/bluetooth/host

1 file changed

+1
-1
lines changed

subsys/bluetooth/host/iso.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ int bt_iso_chan_send_ts(struct bt_iso_chan *chan, struct net_buf *buf, uint16_t
993993

994994
iso_conn = chan->iso;
995995

996-
LOG_DBG("send-iso (ts)");
996+
BT_ISO_DATA_DBG("send-iso (ts)");
997997
return conn_iso_send(iso_conn, buf, BT_ISO_TS_PRESENT);
998998
}
999999

0 commit comments

Comments
 (0)