<?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>GATT without bonding</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11255/gatt-without-bonding</link><description>How do I use the NRF51 or 52 to create a GATT server with read only service without requiring bonding? Basically I want to be able to provide more data than advertising allows. Another alternative that would work would be to allow a temporary bonding</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Jan 2016 09:58:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11255/gatt-without-bonding" /><item><title>RE: GATT without bonding</title><link>https://devzone.nordicsemi.com/thread/42274?ContentTypeID=1</link><pubDate>Tue, 12 Jan 2016 09:58:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90776008-0316-4b1f-bc5d-df02f35a8c3c</guid><dc:creator>Anders Strand</dc:creator><description>&lt;p&gt;The Nordic Uart Service Server(&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk51.v9.0.0%2Fble_sdk_app_nus_eval.html&amp;amp;cp=4_1_0_4_4_17"&gt;NUS&lt;/a&gt;) example project will be a good starting point. It does not require pairing.&lt;/p&gt;
&lt;p&gt;Alternatively, you can put data in both the advertisment packet and scan response packet. This will give you a total of 58 bytes. Then no connection is required.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GATT without bonding</title><link>https://devzone.nordicsemi.com/thread/42275?ContentTypeID=1</link><pubDate>Mon, 11 Jan 2016 23:00:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:459ef434-e97d-404c-b67c-94dd30785861</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;There&amp;#39;s no requirement for bonding or pairing unless you add that requirement to the characteristics. So just add a service, add read-only characteristic(s) which have open permissions, which is pretty much the default, and you&amp;#39;re done. Anyone can connect and read the data.&lt;/p&gt;
&lt;p&gt;Most of the simple peripheral examples in the SDK don&amp;#39;t use bonding or pairing, they make open services anyone can use.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>