<?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&amp;#39;t find services using ble_db_discovery_start()</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/120873/can-t-find-services-using-ble_db_discovery_start</link><description>Using FreeRTOS and SDK 15.3 on nRF52840 and SES, SD 140 
 I&amp;#39;m following along with the NUS example project in this particular release and have a problem I&amp;#39;m a little stumped by: 
 My board is acting both as a peripheral and client which is looking to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 29 May 2025 13:16:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/120873/can-t-find-services-using-ble_db_discovery_start" /><item><title>RE: Can't find services using ble_db_discovery_start()</title><link>https://devzone.nordicsemi.com/thread/537462?ContentTypeID=1</link><pubDate>Thu, 29 May 2025 13:16:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e328be5-b9ae-4886-a108-e7da093a1978</guid><dc:creator>Randy Lee</dc:creator><description>&lt;p&gt;Any hints out of this?&amp;nbsp; I&amp;#39;m stumped at this point&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't find services using ble_db_discovery_start()</title><link>https://devzone.nordicsemi.com/thread/533964?ContentTypeID=1</link><pubDate>Mon, 05 May 2025 15:11:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0620e411-fc40-4a66-ae1c-5f9cb3744cdf</guid><dc:creator>Randy Lee</dc:creator><description>&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Attached is a trace of a Samsung tablet (Android) running nRFconnect.&amp;nbsp; I connect to the BP2 device, gather the schema from it and the read a characteristic from it at which point it wants to pair..&amp;nbsp; Towards the end I&amp;#39;ve subscribed to the pressure notifications and am receiving those and then disconnect from it.&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nRFconnect-to-BP2.zip"&gt;devzone.nordicsemi.com/.../nRFconnect-to-BP2.zip&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;BTW: A hearty thank you to the Nordic folk who made nRFconnect... fabulous...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't find services using ble_db_discovery_start()</title><link>https://devzone.nordicsemi.com/thread/533822?ContentTypeID=1</link><pubDate>Sun, 04 May 2025 18:21:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:748de725-6ad5-4da3-b104-b9e4594153ed</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Could you capture a trace where you use a different central, e.g. a phone , or another DK with the &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Connect-for-Desktop"&gt;nRF Connect for Desktop&lt;/a&gt; BLE app as the central? Then we can compare the sniffer traces to a working and a non-working example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't find services using ble_db_discovery_start()</title><link>https://devzone.nordicsemi.com/thread/533620?ContentTypeID=1</link><pubDate>Wed, 30 Apr 2025 16:21:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:531ecd08-6822-4b68-85f6-e6d2c5e7ce6f</guid><dc:creator>Randy Lee</dc:creator><description>&lt;p&gt;OK, I think I figured out how to track connections and whatnot... So what I did here was to track my target instead of the central to see what it&amp;#39;s doing.&amp;nbsp; Looks like it&amp;#39;s asking for this 0001 and getting it rejected.&amp;nbsp; See starting at line 7563.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1746037844546v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;So that has me wondering about this whole, how you decide what you&amp;#39;re looking after thing...&amp;nbsp; I&amp;#39;m guessing I have this set up incorrectly some how... What&amp;#39;s the sequence of calls with what values to get this looking correctly?&lt;/p&gt;
&lt;p&gt;Also, I&amp;#39;m wanting to lok at a couple of services here.. Should I just add the UUIDs of things I&amp;#39;m looking for?&lt;/p&gt;
&lt;p&gt;Looking at the particular record where it&amp;#39;s asking about the UUID, it has the composite UUID correct as far as I can tell unless it needs to be asking in big endian order.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/BP2-connction-db-looking-for-services.zip"&gt;devzone.nordicsemi.com/.../BP2-connction-db-looking-for-services.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't find services using ble_db_discovery_start()</title><link>https://devzone.nordicsemi.com/thread/533548?ContentTypeID=1</link><pubDate>Wed, 30 Apr 2025 11:19:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ced0ab96-9663-4b64-b8b4-f9894b094ec2</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Right now the trace only have advertising data.&lt;/p&gt;
&lt;p&gt;Make sure to select the device you want to follow into a connection here:&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1746011882177v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;then you should be able to see the packets for the connection as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't find services using ble_db_discovery_start()</title><link>https://devzone.nordicsemi.com/thread/533270?ContentTypeID=1</link><pubDate>Mon, 28 Apr 2025 20:50:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aeb3e458-3aae-4511-bb63-2fdff3cfd9d9</guid><dc:creator>Randy Lee</dc:creator><description>&lt;p&gt;OK, I got wireshark running using a nRF52840DK board.&amp;nbsp; [I programmed it using the embedded jLink (the end USB plug) but I had to run the side plug to get it show up on wireshark correctly -- don't recall seeing that step anywhere]&lt;/p&gt;
&lt;p&gt;Included here is that full log (which apparently includes all kinds of irrelevant stuff but I&amp;#39;m hardly an expert in using wireshark so I figure more is better than the wrong things...&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1745873076320v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The top highlighted address (e8:b9:71;76:79:29) is the client here and the bottom highlighted address (c9:8b:ea:a8:49:eb) is the peripheral that I&amp;#39;m connecting to and attempting to index...&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/cant-find-services.zip"&gt;devzone.nordicsemi.com/.../cant-find-services.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't find services using ble_db_discovery_start()</title><link>https://devzone.nordicsemi.com/thread/532379?ContentTypeID=1</link><pubDate>Tue, 22 Apr 2025 13:30:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:672fee34-ddad-438e-96ca-5de679f1f9d7</guid><dc:creator>Randy Lee</dc:creator><description>&lt;p&gt;oh yes... Using a nRFconnect mobile device, I can connect to the target, see all the services, and get notifications of the one I&amp;#39;m after just fine.. Looks and behaves completely normal in interaction there.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;So I&amp;#39;m thinking that I&amp;#39;m somehow not doing it right on the client end.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't find services using ble_db_discovery_start()</title><link>https://devzone.nordicsemi.com/thread/532361?ContentTypeID=1</link><pubDate>Tue, 22 Apr 2025 13:02:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c269dc04-6902-4cbf-b8c9-b6925b0dba62</guid><dc:creator>Sigurd</dc:creator><description>[quote user="Randy Lee"]Not just now, but I&amp;#39;ll try to work to get that running on my machine... it&amp;#39;ll take a few days tho I think.&amp;nbsp;[/quote]
&lt;p&gt;Ok.&lt;/p&gt;
&lt;p&gt;Are you able to discover the service using e.g,&amp;nbsp;nRF Connect for Mobile ?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Connect-for-mobile"&gt;https://www.nordicsemi.com/Products/Development-tools/nRF-Connect-for-mobile&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't find services using ble_db_discovery_start()</title><link>https://devzone.nordicsemi.com/thread/532346?ContentTypeID=1</link><pubDate>Tue, 22 Apr 2025 12:41:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b00ba85-7023-4444-9f59-d513bc0ecec5</guid><dc:creator>Randy Lee</dc:creator><description>&lt;p&gt;Not just now, but I&amp;#39;ll try to work to get that running on my machine... it&amp;#39;ll take a few days tho I think.&amp;nbsp; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't find services using ble_db_discovery_start()</title><link>https://devzone.nordicsemi.com/thread/532326?ContentTypeID=1</link><pubDate>Tue, 22 Apr 2025 11:51:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7de25472-0278-4e65-a489-3143c6b9adbe</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Are you able to capture a sniffer log of this ?&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE"&gt;https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>