<?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>Discovery bypass</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10324/discovery-bypass</link><description>Hello, 
 I do connections between 2 nrf51 with a known and static services. Is that possible to bypass the discovery to access a characteristics (i know all characteristics) ? 
 Thank you</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 24 Dec 2015 10:32:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10324/discovery-bypass" /><item><title>RE: Discovery bypass</title><link>https://devzone.nordicsemi.com/thread/38325?ContentTypeID=1</link><pubDate>Thu, 24 Dec 2015 10:32:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:691e2dba-8804-4813-bfd2-f4a9d95b9f4d</guid><dc:creator>Fabien Comte</dc:creator><description>&lt;p&gt;Hello,
Thank you for your response.
Where can i found the value of the handle to avoid discovery ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Discovery bypass</title><link>https://devzone.nordicsemi.com/thread/38324?ContentTypeID=1</link><pubDate>Wed, 18 Nov 2015 19:05:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:def408bc-fb25-424d-a2fe-90b4c9183276</guid><dc:creator>shibshab</dc:creator><description>&lt;p&gt;Yes, you can use the handle directly if you know that they will not change.&lt;/p&gt;
&lt;p&gt;Use the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s130.api.v1.0.0/group___b_l_e___g_a_t_t_c___f_u_n_c_t_i_o_n_s.html?cp=2_7_2_1_0_2_2_4_8#ga90298b8dcd8bbe7bbe69d362d1133378"&gt;sd_ble_gattc_write&lt;/a&gt; function, and give the known handle.&lt;/p&gt;
&lt;p&gt;Another solution if you know the UUID, but not the handle, is to perform a &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s130.api.v1.0.0/group___b_l_e___g_a_t_t_c___f_u_n_c_t_i_o_n_s.html?cp=2_7_2_1_0_2_2_4_0#ga1e5d6f7c678b7db3205fa6b5c419f665"&gt;sd_ble_gattc_char_value_by_uuid_read&lt;/a&gt; call to extract the handle of the UUID. This is much faster than performing a full service discovery procedur.&lt;/p&gt;
&lt;p&gt;Edit: In order to find the static handles you can use Master Control Panel to perform service discovery.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>