<?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>How do I get Start and EndHandle of a BLE Service</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/394/how-do-i-get-start-and-endhandle-of-a-ble-service</link><description>I&amp;#39;m using the MasterEmulator C# DLL. 
 I have a problem regarding discoverServices. If I understand this correctly discoverServices does not only return a list of all services but it also includes Characteristics. How can I find out if an object of AttributeEntry</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 30 Aug 2013 12:13:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/394/how-do-i-get-start-and-endhandle-of-a-ble-service" /><item><title>RE: How do I get Start and EndHandle of a BLE Service</title><link>https://devzone.nordicsemi.com/thread/2065?ContentTypeID=1</link><pubDate>Fri, 30 Aug 2013 12:13:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35c64cb4-ecef-4fac-87f9-932aa04f05f7</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;If you found my answers useful, I&amp;#39;d be happy if you could accept one of them, so that this discussion doesn&amp;#39;t show up unresolved! :-)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I get Start and EndHandle of a BLE Service</title><link>https://devzone.nordicsemi.com/thread/2064?ContentTypeID=1</link><pubDate>Fri, 30 Aug 2013 10:27:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af57cc13-91d4-4f61-b5a9-ff4affad0f52</guid><dc:creator>Helmut F&amp;#252;hrer</dc:creator><description>&lt;p&gt;I didn&amp;#39;t code the custom services so I got confused because the MasterControl Panel showed different UUIDs... However I think I now understood the concept. (Official Service have all the same BASE UUID so the Mastercontrol Panel doesn&amp;#39;t show the base UUID, eg. Generic Access is 0x1800 ==&amp;gt; 16bit, while all my custom services are 128bit. That is quiet confusing if nobody explains the difference between custom and official services.)&lt;/p&gt;
&lt;p&gt;Thank you for your time ;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I get Start and EndHandle of a BLE Service</title><link>https://devzone.nordicsemi.com/thread/2063?ContentTypeID=1</link><pubDate>Fri, 30 Aug 2013 09:26:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ec2c7d5-f756-4ce2-bb2d-6b80fa3cc76b</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;What exactly do you mean? You should never manually add a service with the 0x2800 UUID, this is done automatically by the Master Emulator firmware, if you&amp;#39;re creating a GATT Server with it, or by the S110 if you&amp;#39;re creating an nRF51 application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I get Start and EndHandle of a BLE Service</title><link>https://devzone.nordicsemi.com/thread/2062?ContentTypeID=1</link><pubDate>Fri, 30 Aug 2013 09:25:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ef10a10-233b-45e2-9edb-f6e00eefe860</guid><dc:creator>Helmut F&amp;#252;hrer</dc:creator><description>&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;Should my own services also have the 0x2800 UUID?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I get Start and EndHandle of a BLE Service</title><link>https://devzone.nordicsemi.com/thread/2061?ContentTypeID=1</link><pubDate>Fri, 30 Aug 2013 09:16:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ba02ba6-55b5-4e2a-8046-370108c93918</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;The way this is defined in the Core Specification is that a Service is composed of all attributes between one Service Declaration attribute and the next such attribute. A Service Declaration attribute has the UUID 0x2800 as shown &lt;a href="https://developer.bluetooth.org/gatt/declarations/Pages/DeclarationsHome.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;However, if you plan to actually do anything with the data you receive, you&amp;#39;ll have to look into the concept of pipes, and create a pipe setup for your device. The DiscoverServices API is provided just as a convenience, and as a simple way to do a service discovery, you won&amp;#39;t be able to use the attributes for any actual data exchange. The concepts of pipes is described in the MasterEmulator help file, for example on the Pipe Setup page.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>