Skip to content

Commit dd3b9cd

Browse files
authored
Update stream_rx.c
added * for each line in added comments
1 parent 742fb0d commit dd3b9cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/bluetooth/bap_broadcast_sink/src/stream_rx.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ LOG_MODULE_REGISTER(stream_rx, CONFIG_LOG_DEFAULT_LEVEL);
3535
static void log_stream_rx(const struct stream_rx *stream, const struct bt_iso_recv_info *info,
3636
const struct net_buf *buf)
3737
{
38-
/* THis is a lot of overhead. This information could be saved from the start.
39-
If there is a way to save the BIS_info.sync_receiver.bis_number to the stream_rx struct,
40-
a lot of oveadehad from function calls can be removed. */
38+
/* THis is a lot of overhead. This information could be saved from the start.
39+
* If there is a way to save the BIS_info.sync_receiver.bis_number to the stream_rx struct,
40+
*a lot of oveadehad from function calls can be removed. */
4141
struct bt_iso_info BIS_info;
4242

4343
bt_iso_chan_get_info(stream->stream.iso, &BIS_info);

0 commit comments

Comments
 (0)