<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Set nRF5340 Audio Broadcast Stream Name</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113159/set-nrf5340-audio-broadcast-stream-name</link><description>Hi, 
 I&amp;#39;m using nRF5340 Audio DK with the audio example code in BIS mode. I would like to set the broadcast name during runtime, and not before compilation. Namely, I want to construct a string and only then run the initialization process of the stream</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 12 Aug 2024 08:00:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113159/set-nrf5340-audio-broadcast-stream-name" /><item><title>RE: Set nRF5340 Audio Broadcast Stream Name</title><link>https://devzone.nordicsemi.com/thread/497739?ContentTypeID=1</link><pubDate>Mon, 12 Aug 2024 08:00:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:875a5db7-150b-4abf-9cc6-8bd32430e80e</guid><dc:creator>Dekel</dc:creator><description>[quote userid="116814" url="~/f/nordic-q-a/113159/set-nrf5340-audio-broadcast-stream-name/497458"]Our hypothesis has been confirmed. I captured the packets from the BIS gateway and I could see that the broadcast name was updated when I changed it during runtime.[/quote]
&lt;p&gt;you&amp;#39;re right, it does work! thank you so much for your efforts and energy invested into my issue&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set nRF5340 Audio Broadcast Stream Name</title><link>https://devzone.nordicsemi.com/thread/497458?ContentTypeID=1</link><pubDate>Thu, 08 Aug 2024 09:37:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7eaf0c6-d52a-482b-b6ce-9101c08b9eab</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello again,&lt;/p&gt;
&lt;p&gt;Our hypothesis has been confirmed. I captured the packets from the BIS gateway and I could see that the broadcast name was updated when I changed it during runtime.&lt;/p&gt;
&lt;p&gt;You should use a packet analyzer to inspect the packets from your broadcaster to find out if your implementation works as you expect.&lt;/p&gt;
&lt;p&gt;Edit: Note that you should configure the same name for BT_DEVICE_NAME and BROADCAST_NAME. It is not a strict requirement, but it is strongly recommended.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set nRF5340 Audio Broadcast Stream Name</title><link>https://devzone.nordicsemi.com/thread/497453?ContentTypeID=1</link><pubDate>Thu, 08 Aug 2024 09:15:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b75fbb3b-e273-442d-8486-f8559be04e01</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I got some insight internally, and the current hypothesis is that the nRF Connect for mobile application does not see the broadcast name, but the device name. I will do a test later today and report back with my findings.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set nRF5340 Audio Broadcast Stream Name</title><link>https://devzone.nordicsemi.com/thread/496918?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2024 08:39:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28be100c-369b-4132-af96-8ec8bbd104ba</guid><dc:creator>Dekel</dc:creator><description>&lt;p&gt;Thanks for the details.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve looked into it thoroughly, and at the bottom of it - the name is set with&amp;nbsp;bt_le_ext_adv_set_data(), &lt;strong&gt;exactly as it is done in NCS v2.6.0.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Furthermore, my project is in its final development stage, so changing the SDK at this point feels like an unnecessary step.&lt;/p&gt;
&lt;p&gt;Actually, I&amp;#39;ll be surprised if similar code modifications in NCS v2.7.0 for setting the broadcast name will do the trick (since in the background it&amp;#39;s similar to v2.6.0).&lt;/p&gt;
&lt;p&gt;I would appreciate specific support for NCS v2.6.0. I feel like I&amp;#39;m missing something here and believe it won&amp;#39;t be complicated for the engineers that created the relevant modules.&lt;/p&gt;
&lt;p&gt;Thanks&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set nRF5340 Audio Broadcast Stream Name</title><link>https://devzone.nordicsemi.com/thread/495600?ContentTypeID=1</link><pubDate>Thu, 25 Jul 2024 10:57:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd7ffd47-5ef0-417c-bfb0-0fdd9908ff83</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The method for setting up advertisingin the audio application has been improved since NCS v2.6.0 and I recommend that you switch to NCS v2.7.0 to make use of the update. For reference, please see &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v2.7.0/applications/nrf5340_audio/src/bluetooth/bt_stream/broadcast/broadcast_source.c#L207"&gt;broadcast_source.c&lt;/a&gt; from NCS v2.7.0 and the &lt;a href="https://github.com/nrfconnect/sdk-nrf/commit/77b6d13b60f8eb11feb99d7b71a458fef5adb98d"&gt;commit which introduced the update&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set nRF5340 Audio Broadcast Stream Name</title><link>https://devzone.nordicsemi.com/thread/494991?ContentTypeID=1</link><pubDate>Mon, 22 Jul 2024 09:36:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc6a8579-2c46-452f-bc64-79a00188bdc7</guid><dc:creator>Dekel</dc:creator><description>&lt;p&gt;2.6.0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set nRF5340 Audio Broadcast Stream Name</title><link>https://devzone.nordicsemi.com/thread/494984?ContentTypeID=1</link><pubDate>Mon, 22 Jul 2024 09:14:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d43c274-83b6-4523-b952-3af64025585a</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am missing some information to be able to support you.&lt;/p&gt;
&lt;p&gt;Which nRF Connect SDK are you using?&lt;/p&gt;
&lt;p&gt;Best regards.&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set nRF5340 Audio Broadcast Stream Name</title><link>https://devzone.nordicsemi.com/thread/494861?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2024 15:41:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44333717-1eca-49ae-8c0e-b6d0a36db430</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Apologies, but I have not had time to look at this today. I will return to this on Monday.&lt;/p&gt;
&lt;p&gt;Thank you for your continued patience.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Set nRF5340 Audio Broadcast Stream Name</title><link>https://devzone.nordicsemi.com/thread/494630?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2024 15:07:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7914bc1c-4e60-495c-9331-1dc6e503e6e1</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I will look into this tomorrow. Thank you for your patience.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>