<?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>Multiple notifications on central side</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114716/multiple-notifications-on-central-side</link><description>Hello! I am trying to set up a central that accepts notifications for two different attributes from a custom BLE service. 
 I know that the problem is in my discovery process seen below, and I have managed to figure out that it is either in the: 
 discover_params</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Oct 2024 12:33:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114716/multiple-notifications-on-central-side" /><item><title>RE: Multiple notifications on central side</title><link>https://devzone.nordicsemi.com/thread/505727?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2024 12:33:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7094c9b0-ae5a-401e-b23c-26329afd6dff</guid><dc:creator>DevBear</dc:creator><description>&lt;p&gt;Hi! I solved the discovery part by adding them in the order they are declared in the GATTServer and then changing the conditional statement accordingly.&lt;br /&gt;Now I need to figure out how to subscribe to the attributes directly when discovered.&lt;br /&gt;&lt;br /&gt;Regards,&lt;/p&gt;
&lt;p&gt;Bj&amp;ouml;rn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple notifications on central side</title><link>https://devzone.nordicsemi.com/thread/505682?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2024 09:15:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a8c4148-c1a5-4c07-a845-18ee10e67462</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
[quote user=""]Note 1: I don&amp;#39;t want to use the discovery manager so please don&amp;#39;t suggest this.[/quote]
&lt;p&gt;If there are features missing, or something else we can change with the discovery manager, please let us know.&lt;/p&gt;
[quote user=""]discover_params.start_handle = attr-&amp;gt;handle&amp;nbsp; &amp;nbsp;part of the code OR it is in how I handle my switch if-statements.[/quote]
&lt;p&gt;Did you manage to solve this? Looking at the code, it seems like maybe having this &amp;quot;(!bt_uuid_cmp(discover_params.uuid, BT_UUID_FROG) &amp;quot; 2 times could cause issues?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>