<?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 to discover custom service of third party peripheral</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9984/how-to-discover-custom-service-of-third-party-peripheral</link><description>Hi, Nordic staff. 
 I&amp;#39;m working with Central device using S120.
Our custom has developed a peripheral device using third party&amp;#39;s BLE module and
wants the Central device of Nordic. 
 They are using custom service defining like this: 
 Serive UUID</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 28 Mar 2018 10:47:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9984/how-to-discover-custom-service-of-third-party-peripheral" /><item><title>RE: How to discover custom service of third party peripheral</title><link>https://devzone.nordicsemi.com/thread/126302?ContentTypeID=1</link><pubDate>Wed, 28 Mar 2018 10:47:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:879104c6-8765-48db-8b3c-c4c956ccbfbf</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Please create a new case. Have you looked at the ble_app_uart_c example&amp;nbsp; ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to discover custom service of third party peripheral</title><link>https://devzone.nordicsemi.com/thread/124136?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 11:04:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73fdfe85-5729-487c-afb3-cb8d1308fa27</guid><dc:creator>NIDHIN K</dc:creator><description>&lt;p&gt;HI&lt;/p&gt;
&lt;p&gt;I&amp;#39;m facing same issue so can you just explain how to discover custom services ans its characteristic in s132.&lt;/p&gt;
&lt;p&gt;i have 128bit custome uuid in peripheral side&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Service 00006814-0000-1000-8000-00805f9b34f&lt;/p&gt;
&lt;p&gt;char1:&amp;nbsp; &amp;nbsp;00006821&lt;span&gt;-0000-1000-8000-00805f9b34f&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;char2:&amp;nbsp; &amp;nbsp;00006823&lt;/span&gt;&lt;span&gt;-0000-1000-8000-00805f9b34f&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;i want to discover these services and chara in nrf52dk and watnot send some data through this chara.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to discover custom service of third party peripheral</title><link>https://devzone.nordicsemi.com/thread/37033?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 12:14:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ae9a620-ab93-4d0e-93e3-ef2a4f6d1743</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Great! Maybe you can accept my answer by clicking the grey circle next to it? Thx.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to discover custom service of third party peripheral</title><link>https://devzone.nordicsemi.com/thread/37032?ContentTypeID=1</link><pubDate>Fri, 30 Oct 2015 09:04:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8fb7ea55-7d0f-4b27-8f00-32ec834e3f28</guid><dc:creator>bin simon</dc:creator><description>&lt;p&gt;Hi, Petter.&lt;/p&gt;
&lt;p&gt;I finally did the service discovery which has any different custom 128 bits uuid.s
I appreciate you for your advice.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to discover custom service of third party peripheral</title><link>https://devzone.nordicsemi.com/thread/37031?ContentTypeID=1</link><pubDate>Fri, 30 Oct 2015 01:31:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c8eb310-b870-4652-b4e8-7fe0cf4c0205</guid><dc:creator>bin simon</dc:creator><description>&lt;p&gt;Hi, Petter.&lt;/p&gt;
&lt;p&gt;Thanks your quick reply.
I will study the example and try it sooner.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to discover custom service of third party peripheral</title><link>https://devzone.nordicsemi.com/thread/37030?ContentTypeID=1</link><pubDate>Thu, 29 Oct 2015 12:32:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8beb3fba-9dcd-479c-b3ae-f1a473f25471</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Should be possible. You can have a look at &lt;a href="https://github.com/NordicSemiconductor/ble_app_uart_c_S120"&gt;this&lt;/a&gt; example.&lt;/p&gt;
&lt;p&gt;It discovers a custom UUID. The example uses the same UUID base for its service and characteristics. You have three difference UUID bases, you need to add them all with sd_ble_uuid_vs_add() then use the correct reference(returned by the function) when you use the UUIDs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>