<?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>Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68870/advertising-crash-when-central-and-peripheral-run-simultaneously-on-the-same-device</link><description>Hi everyone, 
 we are using nRF52832 with SDK 15.0.0. 
 Our device uses one central and one peripheral simultaneously that are running independently. Recently, I&amp;#39;ve faced a stack crash in the next scenario: 
 1) The central is scanning and the peripheral</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Jan 2021 12:25:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68870/advertising-crash-when-central-and-peripheral-run-simultaneously-on-the-same-device" /><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/289994?ContentTypeID=1</link><pubDate>Tue, 19 Jan 2021 12:25:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e949617-9cd9-4b49-9d50-3ac420c4b4ba</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for the clarification. Discussing this with the SoftDevice developers they mentioned this is not expected behavior.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have shared your code with them so they can help us look into it, and I will get back to you when they have something to share.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/289850?ContentTypeID=1</link><pubDate>Mon, 18 Jan 2021 16:40:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5931c8c9-a320-4c60-973f-645b4bbdb913</guid><dc:creator>sascha</dc:creator><description>&lt;p&gt;I&amp;#39;ve tested your modified example and can confirm that the problem is always preceeded by the &amp;quot;Will crash?&amp;quot; message. Currently, we workaround the issue the same way as you propose by implementing flow control and avoiding peripheral advertising and central connection to another peripheral at the same time. So, there&amp;#39;s nothing that keeps us from using the device this way.&amp;nbsp;My intention was just to try to clarify the reason of this behaviour.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/289827?ContentTypeID=1</link><pubDate>Mon, 18 Jan 2021 15:09:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:036a0883-8aaa-4e3d-802e-dd355bed7793</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It seems I jumped to a conclusion too early, I also see the issue here.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please find my modified version of the example attached:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/260573_5F00_adv_5F00_test_5F00_blinky_5F00_v2.zip"&gt;devzone.nordicsemi.com/.../260573_5F00_adv_5F00_test_5F00_blinky_5F00_v2.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I updated the example to detect whether or not you try to start advertising while the central is in the process of connecting to a peripheral.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If this happens the message &amp;quot;Will crash?&amp;quot; is printed to the log, which seems to occur every time the advertising start fails.&lt;/p&gt;
&lt;p&gt;It is occasionally printed when the advertising starts successfully also.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you give this a go and see if the problem is always preceded by this message?&lt;/p&gt;
&lt;p&gt;If so it should be possible to change the flow of the program to avoid starting advertising in the middle of a central connection operation.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/289513?ContentTypeID=1</link><pubDate>Fri, 15 Jan 2021 17:30:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5bb1a5c-2887-434f-bfbb-6593a26bd831</guid><dc:creator>sascha</dc:creator><description>&lt;p&gt;I have tried this configuration:&lt;/p&gt;
&lt;p&gt;#define NRF_SDH_BLE_PERIPHERAL_LINK_COUNT 2&lt;br /&gt;#define NRF_SDH_BLE_CENTRAL_LINK_COUNT 2&lt;br /&gt;#define NRF_SDH_BLE_TOTAL_LINK_COUNT 4&lt;/p&gt;
&lt;p&gt;In this case&amp;nbsp;p_app_ram_start points to&amp;nbsp;0x200034c0, so I encreased the&amp;nbsp;RAM_START value. For example, I&amp;#39;ve tried configurations with much more memory allocated to SoftDevice than actually required&lt;/p&gt;
&lt;p&gt;RAM_START=0x20008000&lt;br /&gt;RAM_SIZE=0x8000&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;RAM_START=0x2000C000&lt;br /&gt;RAM_SIZE=0x4000&lt;/p&gt;
&lt;p&gt;but I still have the issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/289383?ContentTypeID=1</link><pubDate>Fri, 15 Jan 2021 10:39:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa49b1ec-9432-473f-ae86-90366ff1db1f</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for sharing the examples. Finally I was able to reproduce the issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I can reproduce it quite easily if I restart the ble_app_template board while it is connected, forcing a reconnect while the advertising board is running.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I believe the issue is related to trying to start advertising while the central is in the process of connecting to the template peripheral.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Increasing the link count for the peripheral and central seems to fix the issue, but I need some more time to figure out why this would solve it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please test this yourself:&lt;/p&gt;
&lt;p&gt;Increase&amp;nbsp;NRF_SDH_BLE_PERIPHERAL_LINK_COUNT in sdk_config.h to 2, increase&amp;nbsp;NRF_SDH_BLE_CENTRAL_LINK_COUNT to 2, and increase the&amp;nbsp;NRF_SDH_BLE_TOTAL_LINK_COUNT to 4. Then run the debugger, and increase the RAM allocation for the SoftDevice accordingly. After that see if you can spot the issue again.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/288846?ContentTypeID=1</link><pubDate>Wed, 13 Jan 2021 09:05:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63a5a824-767d-462a-9e94-ba96054bef4f</guid><dc:creator>sascha</dc:creator><description>&lt;p&gt;Here are my projects for the&amp;nbsp;&lt;span&gt;PCA10040&amp;nbsp;DK.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/8270.ble_5F00_app_5F00_template.zip"&gt;devzone.nordicsemi.com/.../8270.ble_5F00_app_5F00_template.zip&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/adv_5F00_test_5F00_blinky.zip"&gt;devzone.nordicsemi.com/.../adv_5F00_test_5F00_blinky.zip&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;ble_app_template.zip is my other peripheral DK project to connect to. It is precompiled &amp;#39;ble_app_template&amp;#39; example from &amp;#39;ble_peripheral&amp;#39; folder from SDK 15.0.0 without any modifications.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;adv_test_blinky.zip is project for the main issue, that connects to the other DK. Now when it&amp;#39;s advertising, the LED1 is blinking. When advertising crashes, LED1 stops blinking.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Please, try first hex files from &amp;#39;Output&amp;#39; directory (both Debug and Release are valid). I&amp;#39;m using it together with&amp;nbsp;s132_nrf52_6.0.0_softdevice.hex.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/288840?ContentTypeID=1</link><pubDate>Wed, 13 Jan 2021 08:53:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04ae0c67-d86c-441e-a9c1-1582e2283c7f</guid><dc:creator>sascha</dc:creator><description>&lt;p&gt;Yes, this one was missing. Now it&amp;#39;s back again somehow. I have tried Chrome and Safari yesterday, also reboot computer, it was missing. But only in this ticket, in the other tickets it was in place.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/288819?ContentTypeID=1</link><pubDate>Wed, 13 Jan 2021 07:58:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a33eb437-5f1e-40d3-a315-ee81fe0bf6ac</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Are you saying this upload button is missing?&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1610524733677v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Which web browser are you using?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/288558?ContentTypeID=1</link><pubDate>Tue, 12 Jan 2021 08:56:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9eecd51-60c9-46c1-a76b-6f910b4779df</guid><dc:creator>sascha</dc:creator><description>&lt;p&gt;Tried this, for me it opens &amp;#39;Save as&amp;#39; dialog to save file on my local drive.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/288532?ContentTypeID=1</link><pubDate>Tue, 12 Jan 2021 07:37:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:293e3e70-a778-4870-b558-4d649d79d505</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It should be possible to drag drop the file&amp;nbsp;from the Windows explorer into the message window when you write a reply, and it will be attached automatically.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you give this a try?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/288447?ContentTypeID=1</link><pubDate>Mon, 11 Jan 2021 15:39:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a47c8783-030d-47bd-8857-d24959796ec3</guid><dc:creator>sascha</dc:creator><description>&lt;p&gt;I&amp;#39;ve tried today to reproduce the crash with PCA10040 DK, the issue persists. Unfortunately I&amp;#39;m not able to attach my firmware files anymore in this topic. I use &amp;#39;Insert-&amp;gt;Image/Video/File&amp;#39; and normally there is a button &amp;#39;Upload&amp;#39; right under &amp;#39;URL&amp;#39; edit box, but now it disappeared, so I cannot upload a local file or even screenshot. I checked this feature in another tickets and I have the &amp;#39;Upload&amp;#39; button there. Is there something I&amp;#39;m missing or how to enable file uploads in this ticket?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/286835?ContentTypeID=1</link><pubDate>Tue, 29 Dec 2020 12:34:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9b26e02-c6fe-414b-9785-5a112b9e7f4d</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Trying to reproduce it on a DK will be valuable, then it&amp;#39;s easier to know what to look for.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If it only happens on&amp;nbsp;the custom board then we should take a closer look at the hardware design. Possibly something like a noisy voltage supply or a misbehaving crystal oscillator could be causing issues for the Bluetooth stack.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Just let me know when you&amp;#39;ve had time to look into it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/286332?ContentTypeID=1</link><pubDate>Tue, 22 Dec 2020 14:44:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad68716f-7cab-4451-8de3-2662286f836c</guid><dc:creator>sascha</dc:creator><description>&lt;p&gt;It&amp;#39;s interesting, because for me it happens often even on the first connect to the second kit. I&amp;#39;m using a custom board, logging over RTT, sdk_config.h is changed to correspond to the custom board pinout. I&amp;#39;ll try to reproduce the issue on a standard DK as soon as I&amp;#39;m back in the office in January. If the issue persists on the DK, I&amp;#39;ll send a pre-compiled hex file blinking on advertising crash and try to capture a sniffer log.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/286268?ContentTypeID=1</link><pubDate>Tue, 22 Dec 2020 11:09:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d3b4c75-8872-43b3-9f4c-8ad93d485860</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Sascha&lt;/p&gt;
&lt;p&gt;For some reason I can&amp;#39;t reproduce it here, I must have tried about 20-30 times (some times just resetting the second kit, other times turning it off for longer).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Are you running this on a custom board, or a standard DK?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In case it is a DK, do you have the version number and production date (printed on the large debugging chip on the board)?&lt;/p&gt;
&lt;p&gt;Are you logging over RTT or over UART?&lt;br /&gt;The sdk_config.h file has RTT enabled, but it seems you modified the UART settings at one point to change the TX pin.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Would you be able to capture a sniffer trace when the issue occurs?&lt;/p&gt;
&lt;p&gt;If you don&amp;#39;t have a professional BLE sniffer available there is a free version provided by us that only requires a devkit:&lt;br /&gt;&lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Sniffer-for-Bluetooth-LE"&gt;https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Sniffer-for-Bluetooth-LE&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/286125?ContentTypeID=1</link><pubDate>Mon, 21 Dec 2020 16:51:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a663b452-7964-46a8-b359-f965cf6e371b</guid><dc:creator>sascha</dc:creator><description>&lt;p&gt;Hi &lt;span&gt;Torbj&amp;oslash;rn&lt;/span&gt;,&lt;/p&gt;
&lt;p&gt;thank you for help. There&amp;#39;s no need to connect to the project with a phone as a central, just let it always advertise. Then power on your second kit and let the two boards to get connected. After that&amp;nbsp;disconnect and connect again&amp;nbsp;the second kit several times (I do it by switching on and off power supply for the second kit). At some point the advertising start function crashes in my project with error 8. For me it usually happens quite fast, only several connect-disconnect cycles to the second kit needed.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Sascha&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/286050?ContentTypeID=1</link><pubDate>Mon, 21 Dec 2020 13:20:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:207c3421-9c8b-4630-ae14-9d6ad45426e9</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Jared is currently out in vacation, and I will help out with this case in the mean time.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have got your code to build, and setup a separate kit to act as a BLE peripheral with the required&amp;nbsp;ble_app_peer_mac_addr. I can see that my second kit connects to your project, and I can also connect to your project from my phone as a central, but I have yet to&amp;nbsp;see the error that you report.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;All I can see is that if I connect from the phone the advertising stops until I disconnect the phone again.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there a particular sequence I need to follow to reproduce the issue?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/285294?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 12:01:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7c08820-6cf0-481a-aacc-3973527aa25d</guid><dc:creator>sascha</dc:creator><description>&lt;p&gt;Please, find the minimal test project attached. The advertising timeout&amp;nbsp;BLE_APP_ADV_FAST_TIMEOUT is set small here (300ms) that makes the issue easy to reproduce. To test the project an another peripheral that accepts connections is needed. It&amp;#39;s MAC address is set in&amp;nbsp;ble_app_peer_mac_addr structure. If advertising start chashes in time of central connection, then I additionally try to restart it after disconnect and it also crashes.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/adv_5F00_test.zip"&gt;devzone.nordicsemi.com/.../adv_5F00_test.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When the crash of advertising happens the Debug Terminal log looks like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;info&amp;gt; app: adv started
&amp;lt;info&amp;gt; app: adv timeout
&amp;lt;info&amp;gt; app: central connected
&amp;lt;info&amp;gt; app: adv start error = 8
&amp;lt;info&amp;gt; app: adv timeout
&amp;lt;info&amp;gt; app: on connect
&amp;lt;info&amp;gt; app: on disconnect
&amp;lt;info&amp;gt; app: adv restart error = 8&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/282838?ContentTypeID=1</link><pubDate>Wed, 02 Dec 2020 09:58:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:baca9daf-a762-41be-9be9-de32cca9445f</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Understandable.&amp;nbsp;Just update the thread when you have time, I&amp;#39;ll be happy to help you then! :)&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/282752?ContentTypeID=1</link><pubDate>Tue, 01 Dec 2020 18:13:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4cd9d51-ec20-4832-b659-82a14393a307</guid><dc:creator>sascha</dc:creator><description>&lt;p&gt;Jared,&lt;/p&gt;
&lt;p&gt;thank you very much for support. I have lots of pressure at work these days, so will be able to create the minimal project reproducing the issue only in about two weeks. Please, let&amp;#39;s postpone this thread until then.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/282619?ContentTypeID=1</link><pubDate>Tue, 01 Dec 2020 10:06:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:899e817f-f664-4f8b-8201-bb65795d7bee</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could you upload a minimal project that will reproduce the issue on a development kit?&amp;nbsp; I can make the case private first if you prefer it,&lt;/p&gt;
[quote user=""]Is it possible to make the central and the peripheral co-existing in the same device independently without any interference?[/quote]
&lt;p&gt;&amp;nbsp;Yes, this is done in the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_multirole_lesc.html?cp=7_1_4_2_1_3"&gt;multirole example&lt;/a&gt; in the SDK.&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/282467?ContentTypeID=1</link><pubDate>Mon, 30 Nov 2020 14:03:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:927c4ea5-5311-4974-882d-7b5e337c2bfa</guid><dc:creator>sascha</dc:creator><description>&lt;p&gt;Hi Jared,&lt;/p&gt;
&lt;p&gt;here is my configuration for the link count:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;// &amp;lt;o&amp;gt; NRF_SDH_BLE_PERIPHERAL_LINK_COUNT - Maximum number of peripheral links. 
#ifndef NRF_SDH_BLE_PERIPHERAL_LINK_COUNT
#define NRF_SDH_BLE_PERIPHERAL_LINK_COUNT 1
#endif

// &amp;lt;o&amp;gt; NRF_SDH_BLE_CENTRAL_LINK_COUNT - Maximum number of central links. 
#ifndef NRF_SDH_BLE_CENTRAL_LINK_COUNT
#define NRF_SDH_BLE_CENTRAL_LINK_COUNT 1
#endif

// &amp;lt;o&amp;gt; NRF_SDH_BLE_TOTAL_LINK_COUNT - Total link count. 
// &amp;lt;i&amp;gt; Maximum number of total concurrent connections using the default configuration.

#ifndef NRF_SDH_BLE_TOTAL_LINK_COUNT
#define NRF_SDH_BLE_TOTAL_LINK_COUNT 2
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The entire configuration file:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/3858.sdk_5F00_config.h"&gt;devzone.nordicsemi.com/.../3858.sdk_5F00_config.h&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising crash when central and peripheral run simultaneously on the same device</title><link>https://devzone.nordicsemi.com/thread/282462?ContentTypeID=1</link><pubDate>Mon, 30 Nov 2020 13:55:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4816d88f-3180-4ccc-b745-4954973d7bcf</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you adjusted the link count in the sdk config file? Could you share your entire config file?&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>