<?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>Can I create a simple ble application without creating a service?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13330/can-i-create-a-simple-ble-application-without-creating-a-service</link><description>Hi, I have PCA100040 development board. I need to create two simple ble application. One for central and one for peripheral. 
 
 How can I do this? 
 Can anyone suggest simple example code? 
 Is it really required to create a service for advertising</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 Apr 2016 04:58:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13330/can-i-create-a-simple-ble-application-without-creating-a-service" /><item><title>RE: Can I create a simple ble application without creating a service?</title><link>https://devzone.nordicsemi.com/thread/50813?ContentTypeID=1</link><pubDate>Wed, 20 Apr 2016 04:58:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53bdd7b4-d537-4f39-9e8b-f4fe67552860</guid><dc:creator>Vikrant</dc:creator><description>&lt;p&gt;Thanks for the help. I tried the beacon example. But when I am scanning from my phone, not able to see any bluetooth device. Does the beacon app really advertise? How do I verify it? Please help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I create a simple ble application without creating a service?</title><link>https://devzone.nordicsemi.com/thread/50812?ContentTypeID=1</link><pubDate>Tue, 19 Apr 2016 16:37:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c745440a-50b6-40b3-8ed6-19595fe2af9e</guid><dc:creator>RK</dc:creator><description>&lt;ol&gt;
&lt;li&gt;You start with the example code and adjust it to your needs&lt;/li&gt;
&lt;li&gt;All the example code in the SDK is about as simple as it gets, I&amp;#39;d say the heart rate service is about the simplest of them all. So understanding the peripheral and central heart rate code would be the best way.&lt;/li&gt;
&lt;li&gt;No if you &lt;em&gt;just&lt;/em&gt; want to advertise and nothing else then you don&amp;#39;t need a service. For that go look at the beacon code, because that&amp;#39;s all a beacon does, it advertises, and has no service.&lt;/li&gt;
&lt;li&gt;If you don&amp;#39;t need it of course you can remove it, NUS is the service which the NUS service code implements, it sounds like you don&amp;#39;t need it.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>