<?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>How to set TX power for BIS ISO streams alone</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114812/how-to-set-tx-power-for-bis-iso-streams-alone</link><description>Hi. 
 I would like to set the TX power level for broadcast streams to a higher level then the other radio packets (especially the packets on the primary ADV channels). First I tried to set the TX level with the pseudo connection handle from the ISO streams</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Oct 2024 09:16:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114812/how-to-set-tx-power-for-bis-iso-streams-alone" /><item><title>RE: How to set TX power for BIS ISO streams alone</title><link>https://devzone.nordicsemi.com/thread/505292?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2024 09:16:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00e701d1-36a6-4678-8092-8f98f89c63e3</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I appreciate your patience.&lt;/p&gt;
&lt;p&gt;Sorry to hear that setting the TX powers for channels is not a feasible solution. Unfortunately it is not possible to set the TX power for individual BISes.&lt;/p&gt;
&lt;p&gt;A possible future solution is to set the TX power for BIGs. This is a feature request which we are tracking internally. If this is a good option for you I will let you know when there are any relevant updates.&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: How to set TX power for BIS ISO streams alone</title><link>https://devzone.nordicsemi.com/thread/504170?ContentTypeID=1</link><pubDate>Fri, 27 Sep 2024 12:32:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ff8ff2f-cdac-47b6-9c4d-66154ec3e781</guid><dc:creator>Benno Trutmann</dc:creator><description>&lt;p&gt;This is not workable for me. I want to set a fixed TX power level for a whole BIS ISO stream and not for a fixed BLE channel. The BIS ISO stream frequency hops over all available channels, so setting the TX power level for all these channels via &lt;code&gt;&lt;span class="sig-name descname"&gt;&lt;span class="n"&gt;&lt;span class="pre"&gt;mpsl_tx_power_channel_map_set&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="sig-paren"&gt;(&lt;/span&gt;)&lt;/code&gt; would set the TX power level for any communication and not only the BIS ISO stream.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set TX power for BIS ISO streams alone</title><link>https://devzone.nordicsemi.com/thread/503946?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 11:12:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30987d84-ff53-47ff-926d-d95bb60b44f8</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;I return with some more resources.&lt;/p&gt;
&lt;p&gt;You can set the TX power for individual channels by using the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrfxlib/mpsl/doc/api.html#mpsl_tx_power"&gt;TX power&lt;/a&gt; part of&amp;nbsp; the Multiprotocol Service Layer (MPSL). Populate a &lt;span&gt;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrfxlib/mpsl/doc/api.html#c.mpsl_tx_power_channel_map_set"&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;mpsl_tx_power_envelope_t&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; struct and pass it to &lt;span&gt;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrfxlib/mpsl/doc/api.html#c.mpsl_tx_power_channel_map_set"&gt;mpsl_tx_power_channel_map_set()&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set TX power for BIS ISO streams alone</title><link>https://devzone.nordicsemi.com/thread/503800?ContentTypeID=1</link><pubDate>Wed, 25 Sep 2024 14:28:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39302a4c-bb15-49f8-bee5-3a72c5048b77</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hi again Benno,&lt;/p&gt;
&lt;p&gt;My apologies for the wait.&lt;/p&gt;
&lt;p&gt;I have found some relevant information internally which I will prepare and share with you tomorrow. The gist of it is that we have functionality to configure the transmit power on individual channels, but I need some more time to find the specifics.&lt;/p&gt;
[quote user=""]but these handles were not accepted by the &lt;code&gt;BT_HCI_OP_VS_WRITE_TX_POWER_LEVEL&lt;/code&gt; command. [/quote]
&lt;p&gt;The reason for this is that &lt;code&gt;BT_HCI_OP_VS_WRITE_TX_POWER_LEVEL&lt;/code&gt; was created for the now deprecated LE Audio-specific Controller subsystem. It is not valid for the SoftDevice Controller which supports LE Audio from NCS v2.6.0.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll be back tomorrow with more!&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: How to set TX power for BIS ISO streams alone</title><link>https://devzone.nordicsemi.com/thread/503157?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2024 14:58:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dfe4958a-95a3-4d4e-bc86-11121078871f</guid><dc:creator>Benno Trutmann</dc:creator><description>&lt;p&gt;I am using NCS 2.7.0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to set TX power for BIS ISO streams alone</title><link>https://devzone.nordicsemi.com/thread/503154?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2024 14:55:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e9d2774-ae50-418c-a049-eb94b72c4cf3</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hi Benno,&lt;/p&gt;
[quote user=""]Is there a way to only set the TX power level for the packets belonging to BIS streams?[/quote]
&lt;p&gt;I will investigate if this is possible and/or supported in nRF Connect SDK (NCS).&lt;/p&gt;
&lt;p&gt;Please let me know which NCS version you are using so we can give you the most relevant information.&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>