<?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>Dynamically setting transmit power of ISO channels</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114780/dynamically-setting-transmit-power-of-iso-channels</link><description>Hello, 
 Is there a method of setting the transmit power of ISO channels using BT_HCI_OP_VS_WRITE_TX_POWER_LEVEL? 
 I used the connection handle of the struct bt_conn object from struct bt_bap_stream but the SoftDevice returns BT_HCI_ERR_UNKNOWN_CONN_ID</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Oct 2024 13:24:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114780/dynamically-setting-transmit-power-of-iso-channels" /><item><title>RE: Dynamically setting transmit power of ISO channels</title><link>https://devzone.nordicsemi.com/thread/505364?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2024 13:24:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61d40423-72d3-4547-bdc5-a2824171b898</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The new PR to support BIS is merged into the &lt;strong&gt;main&lt;/strong&gt; version and will be released in v2.8.0.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It contains an addition to&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;sdc_hci_cmd_vs_zephyr_write_tx_power which allows setting broadcaster TX power using the BIG handle, so t&lt;/span&gt;&lt;span&gt;his allows to change the TX power after the BIS was created.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;When a BIS broadcaster is set up, it initially uses the same TX power as the associated periodic advertiser.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;-Amanda H.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Dynamically setting transmit power of ISO channels</title><link>https://devzone.nordicsemi.com/thread/504330?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2024 11:04:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f159606d-9892-4d14-90a9-3f36b4709459</guid><dc:creator>aspearDS</dc:creator><description>&lt;p&gt;Amanda,&lt;/p&gt;
[quote userid="77782" url="~/f/nordic-q-a/114780/dynamically-setting-transmit-power-of-iso-channels/503761"]If you update the TX power of the ACL (on the main branch), the CIS will also be updated.[/quote]
&lt;p&gt;Just to clarify, I am using BIS (broadcast) ISO, not CIS (connected).&lt;/p&gt;
[quote userid="77782" url="~/f/nordic-q-a/114780/dynamically-setting-transmit-power-of-iso-channels/503761"]Here is the PR:&lt;a title="https://github.com/nrfconnect/sdk-nrf/pull/17413" href="https://github.com/nrfconnect/sdk-nrf/pull/17413" rel="noopener noreferrer" target="_blank"&gt;https://github.com/nrfconnect/sdk-nrf/pull/17413&lt;/a&gt;&amp;nbsp;to fix the issue, also in the main version now.[/quote]
&lt;p&gt;Looking at the PR, it is not clear what is the fix.&amp;nbsp; Can you provide a code example of how I would set the transmit power of the BIS stream?&lt;/p&gt;
&lt;p&gt;I also see another ticket that was entered a day after this one that is very similar:&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/114812/how-to-set-tx-power-for-bis-iso-streams-alone"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/114812/how-to-set-tx-power-for-bis-iso-streams-alone&lt;/a&gt;.&amp;nbsp; That ticket is using 2.7 instead of 2.6, but I expect the resolutions of the tickets to be similar.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Andrew&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Dynamically setting transmit power of ISO channels</title><link>https://devzone.nordicsemi.com/thread/503761?ContentTypeID=1</link><pubDate>Wed, 25 Sep 2024 12:57:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91ae00fc-49a4-41de-9d2e-36bc6ab9647a</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is the PR:&lt;a title="https://github.com/nrfconnect/sdk-nrf/pull/17413" href="https://github.com/nrfconnect/sdk-nrf/pull/17413" rel="noopener noreferrer" target="_blank"&gt;https://github.com/nrfconnect/sdk-nrf/pull/17413&lt;/a&gt;&amp;nbsp;to fix the issue, also in the main version now.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;If you update the TX power of the ACL (on the main branch), the CIS will also be updated.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Dynamically setting transmit power of ISO channels</title><link>https://devzone.nordicsemi.com/thread/502977?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2024 15:19:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1386d07d-316d-4e88-91f0-e8f8344ea74e</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am working on your case and will update it when I collect enough information.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>