<?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>Extended Advertising Start Issue with PAwR Scanner Role</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/128412/extended-advertising-start-issue-with-pawr-scanner-role</link><description>Hi. 
 Environment : nrf52833, ncs v3.1.1 
 I am developing device that has PAwR Scanner Role and Extended Advertising for connecting Mobile Phone(nRF Connect APP). 
 PAwR is Fine. However when connect/disconnect several Times, bt_le_ext_adv_start return</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 17 Jul 2026 12:33:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/128412/extended-advertising-start-issue-with-pawr-scanner-role" /><item><title>RE: Extended Advertising Start Issue with PAwR Scanner Role</title><link>https://devzone.nordicsemi.com/thread/569201?ContentTypeID=1</link><pubDate>Fri, 17 Jul 2026 12:33:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d666d8a-8926-44c3-9442-fd7560d56c36</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;For understanding what is going on, we need a minimal project which reproduces the issue, along with full list of steps to reproduce.&lt;/p&gt;
&lt;p&gt;If you do not want to share that here in a public ticket, then please create a new, private, ticket and share it there.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising Start Issue with PAwR Scanner Role</title><link>https://devzone.nordicsemi.com/thread/569026?ContentTypeID=1</link><pubDate>Mon, 13 Jul 2026 05:53:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2869a0c-4540-49a0-baac-400ffb289e3e</guid><dc:creator>BEN_HBC</dc:creator><description>&lt;p&gt;Is Any Solution?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising Start Issue with PAwR Scanner Role</title><link>https://devzone.nordicsemi.com/thread/568334?ContentTypeID=1</link><pubDate>Wed, 24 Jun 2026 01:21:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1850cc7a-9c38-4141-89b3-2ced3b0cc396</guid><dc:creator>BEN_HBC</dc:creator><description>&lt;p&gt;-&amp;gt; So, I solved the problem by increasing the count to 10 and rebooting when the -12 error occurred, but this method is still only a temporary fix.&lt;/p&gt;
[quote userid="8164" url="~/f/nordic-q-a/128412/extended-advertising-start-issue-with-pawr-scanner-role/568327"]Does the reference counter increase and decrease the normal way, also when you see the issue?[/quote]
&lt;p&gt;-&amp;gt; Yes. when issue occurred, still reference counter is normally increase and decrease.&lt;/p&gt;
[quote userid="8164" url="~/f/nordic-q-a/128412/extended-advertising-start-issue-with-pawr-scanner-role/568327"]Is starting the connectable advertiser always failing with -12 NOMEM when synchronized?[/quote]
&lt;p&gt;-&amp;gt;&amp;nbsp;Yes. It depends on the count value, but typically, a -12 error occurs at around count -3. For example, if the count is 10, and you connect after syncing and restart an ad about 7 times, a -12 error will occur thereafter.&lt;/p&gt;
[quote userid="8164" url="~/f/nordic-q-a/128412/extended-advertising-start-issue-with-pawr-scanner-role/568327"]Is starting the connectable advertiser always succeeding when not synchronized?[/quote]
&lt;p&gt;-&amp;gt;&amp;nbsp;When only PAwR is enabled and the device is restarted multiple times without syncing, the -12 error does not occur. Additionally, even if you disconnect the device after syncing and then reconnect multiple times to restart the advertisement, no error occurs.&lt;/p&gt;
[quote userid="8164" url="~/f/nordic-q-a/128412/extended-advertising-start-issue-with-pawr-scanner-role/568327"]&lt;p&gt;&lt;code&gt;err = bt_le_ext_adv_update_param(extAdv, &amp;amp;advParam);&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;What is the full advParam used there?&lt;/p&gt;[/quote]
&lt;p&gt;-&amp;gt; advParam is below.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;static struct bt_le_adv_param advParam = {
    .id = BT_ID_DEFAULT,
    .sid = 1,
    .secondary_max_skip = 0,
    .options = BT_LE_ADV_OPT_CONN | BT_LE_ADV_OPT_EXT_ADV,
    .interval_min = ADV_MIN_INTERVAL,
    .interval_max = ADV_MAX_INTERVAL,
    .peer = NULL,
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The SID value was initially 0, and I thought changing it to 1 might solve the problem, but it didn&amp;#39;t work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising Start Issue with PAwR Scanner Role</title><link>https://devzone.nordicsemi.com/thread/568327?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2026 15:50:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2da9813-60d7-4585-9797-509f64b1426d</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please note that there is functionality in PAwR for connecting with a normal BLE connection between the advertiser and any scanner. Because of that, you may need an additional free connection slot. What confuses me is for this you should need a connection slot as central, not peripheral, but please check anyway if things are working if you increase both CONFIG_BT_CTLR_SDC_PERIPHERAL_COUNT and CONFIG_BT_MAX_CONN by one. You wrote that things were working when increasing those. If increasing them by 1 solves the issue, then I will suggest that as the solution.&lt;/p&gt;
&lt;p&gt;If the above did not help, then I would need some more info for looking further into the issue. For clarification, please answer the following questions.&lt;/p&gt;
[quote user=""]I checked Log about conn Ref Count. Count is normally increase and reduce when connected and disconnected[/quote]
&lt;p&gt;Does the reference counter increase and decrease the normal way, also when you see the issue?&lt;/p&gt;
[quote user=""]after PAwR is Timeout, adv start is fine. but after resynced from Advertiser, restart advertisement return -12 error.[/quote]
&lt;p&gt;Is starting the connectable advertiser always failing with -12 NOMEM when synchronized?&lt;/p&gt;
&lt;p&gt;Is starting the connectable advertiser always succeeding when not synchronized?&lt;/p&gt;
&lt;p&gt;Regarding the following line:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;err = bt_le_ext_adv_update_param(extAdv, &amp;amp;advParam);&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;What is the full advParam used there?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising Start Issue with PAwR Scanner Role</title><link>https://devzone.nordicsemi.com/thread/568022?ContentTypeID=1</link><pubDate>Wed, 17 Jun 2026 06:00:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c90a2cc-8374-461c-838c-b8d392de994c</guid><dc:creator>BEN_HBC</dc:creator><description>&lt;p&gt;Has anything been done?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended Advertising Start Issue with PAwR Scanner Role</title><link>https://devzone.nordicsemi.com/thread/567782?ContentTypeID=1</link><pubDate>Thu, 11 Jun 2026 21:42:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8a95e17-575f-4dbd-9902-aea3f37a4477</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am looking into the issue, but do need some more time. I expect to get back to you either tomorrow or on Monday.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>