<?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>Setting TX power for multiple advertising sets</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/95096/setting-tx-power-for-multiple-advertising-sets</link><description>Hi, is it possible to set the BLE TX power individually for different advertising sets when multiple advertising sets are being used? 
 I am currently using the &amp;quot;hci_pwr_ctrl&amp;quot; sample project to read and write the BLE TX power but I am not sure how I can</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 12 Feb 2023 16:54:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/95096/setting-tx-power-for-multiple-advertising-sets" /><item><title>RE: Setting TX power for multiple advertising sets</title><link>https://devzone.nordicsemi.com/thread/409456?ContentTypeID=1</link><pubDate>Sun, 12 Feb 2023 16:54:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b3a22b6-cba7-499f-97e9-e671e4593856</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;No problem, I hope it works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting TX power for multiple advertising sets</title><link>https://devzone.nordicsemi.com/thread/409329?ContentTypeID=1</link><pubDate>Fri, 10 Feb 2023 11:46:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63cbd4db-a830-449a-9fd0-2cb344ebea70</guid><dc:creator>loquat</dc:creator><description>&lt;p&gt;ok&lt;/p&gt;
&lt;p&gt;I try it. thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting TX power for multiple advertising sets</title><link>https://devzone.nordicsemi.com/thread/409326?ContentTypeID=1</link><pubDate>Fri, 10 Feb 2023 11:19:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cffa499-68a1-4845-b85c-b4a228b6880e</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Can you double check (print the value) if the handle value for&amp;nbsp;&lt;span&gt;bt_le_ext_adv.handle and iBeacon adv handle are different.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Our experts think it should be, in which case you can set it as you suggested.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting TX power for multiple advertising sets</title><link>https://devzone.nordicsemi.com/thread/409208?ContentTypeID=1</link><pubDate>Thu, 09 Feb 2023 15:17:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e13978a-b2cf-4f9c-ac5e-781e86606e87</guid><dc:creator>loquat</dc:creator><description>&lt;p&gt;Really?&lt;/p&gt;
&lt;p&gt;&lt;span class="HwtZe" lang="en"&gt;&lt;span class="jCAhz ChMk0b"&gt;&lt;span class="ryNqvb"&gt;Should I set bt_le_ext_adv.handle to bt_hci_cp_vs_write_tx_power_level.handle?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting TX power for multiple advertising sets</title><link>https://devzone.nordicsemi.com/thread/409148?ContentTypeID=1</link><pubDate>Thu, 09 Feb 2023 12:27:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:563c4558-9b31-499e-9cb7-5993f3f3b16d</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Setting TX power using the HCI command for each advertising set should be supported already.&lt;/p&gt;
&lt;p&gt;You cannot use this for setting different power for primary channel, auxiliary channel, periodic advertising, and BIS events as they belong to same advertising set and hence the same advertising handle.&lt;/p&gt;
&lt;p&gt;But you can use this HCI API to set different TX power for legacy (iBeacon) and periodic advertising which are two different advertisings sets, like in your case. Hence this provided API is helpful to what you are requesting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting TX power for multiple advertising sets</title><link>https://devzone.nordicsemi.com/thread/409146?ContentTypeID=1</link><pubDate>Thu, 09 Feb 2023 12:22:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3cfcfaf5-8f74-40b5-9cad-c44666f1bd31</guid><dc:creator>loquat</dc:creator><description>&lt;p&gt;yes.&lt;br /&gt;I know it&lt;br /&gt;Therefore, I would like you to be able to set TxPower for each AdvertiseSet in the future.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting TX power for multiple advertising sets</title><link>https://devzone.nordicsemi.com/thread/409125?ContentTypeID=1</link><pubDate>Thu, 09 Feb 2023 11:24:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:edb798c9-1f5b-4e92-af9f-bc3f82bd5bb0</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Syuji,&lt;/p&gt;
&lt;p&gt;Have you seen this &lt;a href="https://github.com/zephyrproject-rtos/zephyr/blob/d8d8ef74ced10d2f12297b6d0b4f43dececdaf59/include/zephyr/bluetooth/hci_vs.h#L156-L186"&gt;Vendor specific HCI API&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;This API does not allow to set different power for extended and periodic advertising. The periodic advertiser and extended advertiser use the same advertising handle but you can use it on two advertising sets like the one you have iBeacon which uses legacy advertising set and the periodic advertising that uses extended advertising set.&lt;/p&gt;
&lt;p&gt;Can you see if that is useful in your case?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting TX power for multiple advertising sets</title><link>https://devzone.nordicsemi.com/thread/409011?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2023 23:07:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5dbb15c0-4c14-4a17-a128-f3d8b59a98af</guid><dc:creator>loquat</dc:creator><description>&lt;p&gt;Please add a function to set TxPower for each AdvertiseSet in the future.&lt;br /&gt;&lt;br /&gt;My application sends iBeacon and advertising for connection in parallel, but I want to change only iBeacon&amp;#39;s TxPower.&lt;br /&gt;Also, in the future, we would like to send PeriodicAdvertising in parallel.&lt;br /&gt;&lt;br /&gt;For this reason, being able to set TxPower per AdvertiseSet is very important.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting TX power for multiple advertising sets</title><link>https://devzone.nordicsemi.com/thread/405973?ContentTypeID=1</link><pubDate>Mon, 23 Jan 2023 08:56:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a85d0b4-959f-46d3-ab31-7c8c81583c0f</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Unfortunately this is not supported. Probably you can switch between two advertising sets so that only one is active at a time, so that the TX power can be set to the advertising role and not constrained to sets.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting TX power for multiple advertising sets</title><link>https://devzone.nordicsemi.com/thread/405910?ContentTypeID=1</link><pubDate>Fri, 20 Jan 2023 22:05:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5cedf88e-d3fa-41f4-9a61-0af5c2968ded</guid><dc:creator>Bilal</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/aryan"&gt;Susheel Nuguru&lt;/a&gt;&amp;nbsp;any updates if you were able to confirm if this is possible?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting TX power for multiple advertising sets</title><link>https://devzone.nordicsemi.com/thread/401991?ContentTypeID=1</link><pubDate>Thu, 22 Dec 2022 16:22:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb24055d-a496-4558-8025-932c2ac30f14</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;You cannot do that with HCI API as this API does not identify sets, but I am not 100% sure if you can do this GAP api (best guess is that it is not possible).&lt;br /&gt;I will try to check this in the code next week just to confirm this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>