<?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>Peripheral device: non-connectable advertisement while in a connected state</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6102/peripheral-device-non-connectable-advertisement-while-in-a-connected-state</link><description>I want my peripheral device to act as a beacon while it is in a connected state with a master device. Is it possible to start not-connectable advertising in parallel with maintaining connected state with a central device without disconnecting it? Are</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Mar 2015 00:19:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6102/peripheral-device-non-connectable-advertisement-while-in-a-connected-state" /><item><title>RE: Peripheral device: non-connectable advertisement while in a connected state</title><link>https://devzone.nordicsemi.com/thread/21363?ContentTypeID=1</link><pubDate>Wed, 18 Mar 2015 00:19:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:923aaeb7-d384-4f51-be57-c956ce962d6a</guid><dc:creator>Locky</dc:creator><description>&lt;p&gt;Cool, glad to help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Peripheral device: non-connectable advertisement while in a connected state</title><link>https://devzone.nordicsemi.com/thread/21362?ContentTypeID=1</link><pubDate>Tue, 17 Mar 2015 23:07:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1e11b10-d2cb-4a81-8913-b7bcff19f28e</guid><dc:creator>Pektusin</dc:creator><description>&lt;p&gt;This is a great news, thanks! I saw a post here mentioning 8 simultaneous connections, so if it is related, then perhaps I could have up to 7 beacons if I needed :-)&lt;/p&gt;
&lt;p&gt;Regarding on disconnect trigger, this a good hint! I want to keep the device connectable after it disconnects. In the current implementation my device just resets starting the default connectable advertising over again, but at some point I will want not to reset and keep the state, variables etc.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Peripheral device: non-connectable advertisement while in a connected state</title><link>https://devzone.nordicsemi.com/thread/21361?ContentTypeID=1</link><pubDate>Tue, 17 Mar 2015 21:44:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50a65b1c-1f87-4da5-b729-731f93913c2c</guid><dc:creator>Locky</dc:creator><description>&lt;p&gt;This is allowed in the S110 stack (at least from v7.0 and later).   You simply have to reset the Advertising Data to Non-connectable and start advertising.  Its quite simple to set up.&lt;/p&gt;
&lt;p&gt;ble_gap_adv_params_t * adv_params&lt;/p&gt;
&lt;p&gt;adv_params-&amp;gt;type        = BLE_GAP_ADV_TYPE_ADV_NONCONN_IND&lt;/p&gt;
&lt;p&gt;However just make sure on Disconnect you trigger to set Advertising to Connectable or else you essentially Connect Brick the peripheral&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>