File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
samples/bluetooth/bap_broadcast_sink/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ LOG_MODULE_REGISTER(stream_rx, CONFIG_LOG_DEFAULT_LEVEL);
3535static 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 );
You can’t perform that action at this time.
0 commit comments