<?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>Questions about Multi-NUS code</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112516/questions-about-multi-nus-code</link><description>Hi I am currently using NORA-B106 based on nrf5340 to work on ble multilink things. For right now I can do multiple connections by adding several scanning filters. But I cannot discover several service by using bt_gatt_dm_start() functions. It will shows</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Jun 2024 11:36:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112516/questions-about-multi-nus-code" /><item><title>RE: Questions about Multi-NUS code</title><link>https://devzone.nordicsemi.com/thread/491084?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2024 11:36:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8fc31ae1-8abd-41f5-b6e7-6ac088fb8a25</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It is not possible to perform multiple discovery procedures in parallel. Therefore, you need to wait for the discovery callback before calling&amp;nbsp;bt_gatt_dm_start() again. You can see how it is done in the peripheral ANCS sample where the Discovery module is used to discover both the GATT and ANCS service.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&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/pastedimage1719488031600v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/bluetooth_services/gatt_dm.html#api_documentation"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/bluetooth_services/gatt_dm.html#api_documentation&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>