<?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>BLE Relay System</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21198/ble-relay-system</link><description>Hi all, 
 Basically I am doing an exercise on the BLE system use case. Let&amp;#39;s say I want to setup a BLE system where there are the long range BLE capabilities in Relays and the End Devices is shorter range with power saving mode. Below is the rough diagram</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Apr 2017 09:28:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21198/ble-relay-system" /><item><title>RE: BLE Relay System</title><link>https://devzone.nordicsemi.com/thread/82950?ContentTypeID=1</link><pubDate>Tue, 11 Apr 2017 09:28:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b17e557b-0879-4cbc-8c3a-b2ffe75fe316</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I afraid you may need to read the Bluetooth core spec as the best source for BLE (check Vol3 Part H Core Spec v5.0). You can also have a look at &lt;a href="https://www.design-reuse.com/articles/39779/security-considerations-for-bluetooth-smart-devices.html"&gt;this article here&lt;/a&gt; to have a quick overview of BLE security.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Relay System</title><link>https://devzone.nordicsemi.com/thread/82951?ContentTypeID=1</link><pubDate>Tue, 11 Apr 2017 01:51:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71c0746b-51ee-41db-9c07-e09725f3953c</guid><dc:creator>hkartadi</dc:creator><description>&lt;p&gt;Hi Hung Bui, thanks for the information. May I know which LTK key variable I would need to look for? and to which bond storage I need to store this new LTK value on new relay station?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Relay System</title><link>https://devzone.nordicsemi.com/thread/82952?ContentTypeID=1</link><pubDate>Mon, 10 Apr 2017 11:20:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f85d477-7b61-42d8-b8b8-188b873376fe</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Handi,&lt;/p&gt;
&lt;p&gt;Bluetooth Low Energy originally doesn&amp;#39;t support what you described. The network topology of a BLE network is star only.&lt;/p&gt;
&lt;p&gt;There is no mechanism to have a relay device and switch between relay device as in BLE.&lt;/p&gt;
&lt;p&gt;However you can think of using MESH. We have &lt;a href="https://github.com/NordicSemiconductor/nRF51-ble-bcast-mesh"&gt;open mesh&lt;/a&gt;  and &lt;a href="https://blog.bluetooth.com/bluetooth-and-mesh-smart-combination"&gt;Bluetooth smart mesh&lt;/a&gt; which is coming.&lt;/p&gt;
&lt;p&gt;Another option is to use the S132 v4 where we support up to 20 different connections at the same time. But be aware that when one device connect to 2 central at the same time, they are 2 different network here where each network is a star network with the central at the center.
You then will need to do the forwarding on your own.&lt;/p&gt;
&lt;p&gt;You can forward bond information, in this case the LTK. However, it&amp;#39;s not something we have done before or have example to follow. You will have to make your own code to do that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>