<?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>Device Discovery using &amp;quot;Read By Group Type Request&amp;quot;?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48366/device-discovery-using-read-by-group-type-request</link><description>I am trying to make a service discovery on a peripheral device using a nrf52-DK (pca10040). I built my project around the multi-discovery example from SDK 15.3. 
 When performing a service discovery using nRFConnect on an Android tablet, I manage to get</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Jun 2019 09:05:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48366/device-discovery-using-read-by-group-type-request" /><item><title>RE: Device Discovery using "Read By Group Type Request"?</title><link>https://devzone.nordicsemi.com/thread/194808?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2019 09:05:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1368e7a-20bb-4e8e-b3ac-e592d2b925c3</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Lars,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I got an update from our R&amp;amp;D. It could be related to an old Qualcomm issue dating 5-10 years back. I&amp;#39;m not sure it&amp;#39;s the case with your printer, but would it be possible to update the stack on the printer?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If that&amp;#39;s not possible,&amp;nbsp;you may need to stick with the &amp;quot;generic&amp;quot; service discovery.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Device Discovery using "Read By Group Type Request"?</title><link>https://devzone.nordicsemi.com/thread/192985?ContentTypeID=1</link><pubDate>Fri, 14 Jun 2019 20:16:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0eddf6b-a640-420d-8660-6dfaa06bf611</guid><dc:creator>laran</dc:creator><description>&lt;p&gt;Yes this is exactly what I did, I used nRFConnect on Android tablet for connecting to the device, the Wireshark log is attached above. All the services are discovered properly and I can see the battery service in nRFConnect.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Device Discovery using "Read By Group Type Request"?</title><link>https://devzone.nordicsemi.com/thread/192891?ContentTypeID=1</link><pubDate>Fri, 14 Jun 2019 10:48:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:368fbc8d-db98-49cf-969d-c7debce0a489</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Lars,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Yes unless the attribute table doesn&amp;#39;t have that attribute with such UUID it should return with the correct location (handle) of the attribute.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you tried using nRFConnect to connect to the device and check if you can see the battery service ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Device Discovery using "Read By Group Type Request"?</title><link>https://devzone.nordicsemi.com/thread/192154?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2019 17:25:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f263e1e2-83fa-46a6-96ba-a7e59d98285e</guid><dc:creator>laran</dc:creator><description>&lt;p&gt;Hi Hung,&lt;/p&gt;
&lt;p&gt;The device is a Bluetooth thermal printer (POS-5802DD) and if I interpret the log properly it looks like a Qualcomm chip. Are you suggesting that the peripheral I am using is not following the standard, since it does not answer to the &amp;quot;Find By Type Value Request&amp;quot;?&lt;/p&gt;
&lt;p&gt;I will look into your message sequence, and see if I manage to get a full discovery working, thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Device Discovery using "Read By Group Type Request"?</title><link>https://devzone.nordicsemi.com/thread/192125?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2019 14:33:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1377f61a-465a-4357-8507-6977ca2a6cdf</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Lars,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Which peripheral you are using for testing ? I assume it&amp;#39;s a 3rd party product ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any device that pass Bluetooth qualification should response correctly to all ATT opcode.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regarding your question, yes you can do a full service discovery, similar to what the Android phone did.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can follow &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.1.1/group___b_l_e___g_a_t_t_c___p_r_i_m___s_r_v_c___d_i_s_c___m_s_c.html?cp=3_4_1_1_2_2_3_10"&gt;this message sequence chart&lt;/a&gt; on how to do a &amp;quot;full&amp;quot; service discovery.&lt;/p&gt;
&lt;p&gt;Our db_discovery library currently only does service/characteristic discovery for predefined characteristics.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>