<?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>How to enable multiple notifications in central side</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91117/how-to-enable-multiple-notifications-in-central-side</link><description>Hi, 
 I am currently working on creating a BLE central using nRF52840 with SDKv2.0.0. 
 For this, I am started with the example code ble_central_hr. I have set up a peripheral on nRF52832 and it is possible to receive the data. 
 To receive multiple notifications</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 31 Aug 2022 02:42:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91117/how-to-enable-multiple-notifications-in-central-side" /><item><title>RE: How to enable multiple notifications in central side</title><link>https://devzone.nordicsemi.com/thread/384029?ContentTypeID=1</link><pubDate>Wed, 31 Aug 2022 02:42:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ec27b6c-841a-4488-b4dc-d5acdc168735</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello again,&lt;br /&gt;&lt;br /&gt;Thank you for your patience with this.&lt;/p&gt;
[quote user="Vishnu Vijayan"]Simply means it is possible for me to receive notification from battery service and heart rate service simultaneously. (That is in the case of nRF connect app;see the picture I have attached.[/quote]
&lt;p&gt;To receive notifications from the heartrate and bas characteristics simultaneously you will just need to add them to your discovery function (to look for them specifically), and then to call their respective subscribe function if they are found.&lt;br /&gt;You could essentially merge the &lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/f18f6929e239f01125d349dc8543c940b45b2001/samples/bluetooth/central_bas"&gt;main.c from central_bas&lt;/a&gt;&amp;nbsp;and &lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/f18f6929e239f01125d349dc8543c940b45b2001/samples/bluetooth/central_and_peripheral_hr"&gt;peripheral_hrs&lt;/a&gt;&amp;nbsp;and&amp;nbsp;create two&amp;nbsp;&lt;span&gt;bt_gatt_dm_cb instances, and perform both in series in the gatt_discovery function - this would subscribe you to both the battery level and heart rate measurement, at the convenience cost of having to perform discovery twice.&lt;br /&gt;&lt;br /&gt;The best practice here, If you instead have multiple services (could also be custom), would however be to instead iteratively search through all services offered by the peripheral device by using the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/bluetooth_services/gatt_dm.html?highlight=bt_gatt_dm_start#c.bt_gatt_dm_start"&gt;bt_gatt_dm_start&lt;/a&gt;&amp;nbsp;with NULL passed as the&amp;nbsp;svc_uuid argument.&lt;br /&gt;As described in the documentation, this will discover each service after the other. Once a service is found you will enter the registered callback, in which you can subscribe to the notifications for that service&amp;#39;s characteristics, or you can use &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/bluetooth_services/gatt_dm.html?highlight=bt_gatt_dm_start#group__bt__gatt__dm_1ga40270baa5019747f7773e4357d2309ec"&gt;bt_gatt_dm_continue&lt;/a&gt;&amp;nbsp;to continue the discovery for the next service in case the found service does not match the uuid you were looking for.&lt;br /&gt;This way, you can look through the entire list of available services and enable notifications if applicable.&lt;br /&gt;&lt;br /&gt;This is also the case for you, jpittevils - you can follow this same approach for your custom characteristics as well.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable multiple notifications in central side</title><link>https://devzone.nordicsemi.com/thread/383306?ContentTypeID=1</link><pubDate>Thu, 25 Aug 2022 13:38:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d331fffe-8744-4865-847f-1399957422e1</guid><dc:creator>Jpittevils</dc:creator><description>&lt;p&gt;Any update on this? I am struggling with a similar issue: trying to connect to multiple characteristics of the same service&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable multiple notifications in central side</title><link>https://devzone.nordicsemi.com/thread/382816?ContentTypeID=1</link><pubDate>Tue, 23 Aug 2022 06:51:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41ffbc72-fa2c-4247-98bb-d536938b1fed</guid><dc:creator>Vishnu Vijayan</dc:creator><description>&lt;p&gt;Simply means it is possible for me to receive notification from battery service and heart rate service simultaneously. (That is in the case of nRF connect app;see the picture I have attached.&lt;/p&gt;
&lt;p&gt;&lt;a title="image" href="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1660905676945v1.jpeg"&gt;/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1660905676945v1.jpeg&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable multiple notifications in central side</title><link>https://devzone.nordicsemi.com/thread/382813?ContentTypeID=1</link><pubDate>Tue, 23 Aug 2022 06:46:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8b48c91-267e-4127-ac55-898c9c9eb039</guid><dc:creator>Karl Ylvisaker</dc:creator><description>[quote user="Vishnu Vijayan"]It is nRF connect app which receive notifications from these characteristics. Also the Battery service can receive notifications simultaneously.[/quote]
&lt;p&gt;What do you mean by this? I do not understand what you mean when you say that the battery service can receive notifications simultaneously.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable multiple notifications in central side</title><link>https://devzone.nordicsemi.com/thread/382797?ContentTypeID=1</link><pubDate>Tue, 23 Aug 2022 04:01:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e42bbf4-a0a4-4703-976b-f02400509a73</guid><dc:creator>Vishnu Vijayan</dc:creator><description>&lt;p&gt;Peripheral is sending notifications correctly, Please find the previous image I have attached. It is nRF connect app which receive notifications from these characteristics. Also the Battery service can receive notifications simultaneously.&lt;/p&gt;
&lt;p&gt;I have problem in my central side to receive these notifications simultaneously&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable multiple notifications in central side</title><link>https://devzone.nordicsemi.com/thread/382783?ContentTypeID=1</link><pubDate>Tue, 23 Aug 2022 01:26:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b44b5c83-69da-41dc-b0a8-22f3f8228550</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user="Vishnu Vijayan"]I don&amp;#39;t know whether it is possible to read notifications from multiple characteristics in a single service.[/quote]
&lt;p&gt;You can enable notifications for multiple characteristics within the same service, yes, no problem :)&amp;nbsp;&lt;br /&gt;&lt;br /&gt;From your included&amp;nbsp;log output it seems to me that you successfully subscribe to the HRS and BAT characteristic, but you only receive notifications about the battery percentage in this log. How often does the HRS characteristic issue a notification? Have you verified that the peripheral is sending notifications on this characteristic?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable multiple notifications in central side</title><link>https://devzone.nordicsemi.com/thread/382586?ContentTypeID=1</link><pubDate>Mon, 22 Aug 2022 08:23:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b689697c-dedc-4804-be3a-e99ea9115d14</guid><dc:creator>Vishnu Vijayan</dc:creator><description>&lt;p&gt;Thanks for sharing the link. But I have already got notification for a Service .I don&amp;#39;t know whether it is possible to read notifications from multiple characteristics in a single service. I am sharing my Discover function and present output. Also, I am adding my expected output. Please let me know if my approach is wrong.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;static uint8_t discover_func(struct bt_conn *conn,
			     const struct bt_gatt_attr *attr,
			     struct bt_gatt_discover_params *params)
{
	int err;

	if (!attr) {
		printk(&amp;quot;Discover complete\n&amp;quot;);
		(void)memset(params, 0, sizeof(*params));
		return BT_GATT_ITER_STOP;
	}

	printk(&amp;quot;[HRS ATTRIBUTE] handle %u\n&amp;quot;, attr-&amp;gt;handle);
	if (!bt_uuid_cmp(discover_params.uuid, BT_UUID_HRS)) {
        
		memcpy(&amp;amp;uuid2, BT_UUID_HRS_BODY_SENSOR, sizeof(uuid2));
		discover_params2.uuid = &amp;amp;uuid2.uuid;
		discover_params2.start_handle = attr-&amp;gt;handle + 1;
		discover_params2.func=disco_func;
		discover_params2.type = BT_GATT_DISCOVER_CHARACTERISTIC;
		
		err = bt_gatt_discover(conn, &amp;amp;discover_params2);
		if (err) {
			printk(&amp;quot;Discover failed (err %d)\n&amp;quot;, err);
		}

		memcpy(&amp;amp;uuid, BT_UUID_HRS_MEASUREMENT, sizeof(uuid));
		discover_params.uuid = &amp;amp;uuid.uuid;
		discover_params.start_handle = attr-&amp;gt;handle + 1;
		discover_params.type = BT_GATT_DISCOVER_CHARACTERISTIC;

		err = bt_gatt_discover(conn, &amp;amp;discover_params);
		if (err) {
			printk(&amp;quot;Discover failed (err %d)\n&amp;quot;, err);
		}
	}
	else if ((!bt_uuid_cmp(discover_params.uuid,
				BT_UUID_HRS_MEASUREMENT)) &amp;amp;&amp;amp;
				(!bt_uuid_cmp(discover_params2.uuid,BT_UUID_HRS_BODY_SENSOR)))
	{
        memcpy(&amp;amp;uuid2, BT_UUID_GATT_CCC, sizeof(uuid2));
		discover_params2.uuid = &amp;amp;uuid2.uuid;
		discover_params2.func=disco_func;
		discover_params2.start_handle = attr-&amp;gt;handle + 2;
		discover_params2.type = BT_GATT_DISCOVER_DESCRIPTOR;
		subscribe_params2.value_handle = bt_gatt_attr_value_handle(attr);

		err = bt_gatt_discover(conn, &amp;amp;discover_params2);
		if (err) {
			printk(&amp;quot;Discover failed (err %d)\n&amp;quot;, err);
		}

		memcpy(&amp;amp;uuid, BT_UUID_GATT_CCC, sizeof(uuid));
		discover_params.uuid = &amp;amp;uuid.uuid;
		//discover_params.func=hrs_read_func;
		discover_params.start_handle = attr-&amp;gt;handle + 2;
		discover_params.type = BT_GATT_DISCOVER_DESCRIPTOR;
		subscribe_params.value_handle = bt_gatt_attr_value_handle(attr);

		err = bt_gatt_discover(conn, &amp;amp;discover_params);
		if (err) {
			printk(&amp;quot;Discover failed (err %d)\n&amp;quot;, err);
		}
	}		
	else {
		if(notify_check_flag)
	    {
			notify_check_flag=false;
			subscribe_params.notify = notify_func;
			subscribe_params.value = BT_GATT_CCC_NOTIFY;
			subscribe_params.ccc_handle = attr-&amp;gt;handle;



			err = bt_gatt_subscribe(conn, &amp;amp;subscribe_params);
			if (err &amp;amp;&amp;amp; err != -EALREADY) {
				printk(&amp;quot;Subscribe failed (err %d)\n&amp;quot;, err);
			} else {
				printk(&amp;quot;[HRS SUBSCRIBED]\n&amp;quot;);
			}
			return BT_GATT_ITER_CONTINUE;
		}
		else
		{
		
			notify_check_flag=true;
			subscribe_params2.notify = notify_func2;
			subscribe_params2.value = BT_GATT_CCC_NOTIFY;
			subscribe_params2.ccc_handle = attr-&amp;gt;handle;

			err = bt_gatt_subscribe(conn, &amp;amp;subscribe_params2);
			if (err &amp;amp;&amp;amp; err != -EALREADY) {
				printk(&amp;quot;Subscribe failed (err %d)\n&amp;quot;, err);
			} else {
				printk(&amp;quot;[HRS value SUBSCRIBED]\n&amp;quot;);
			}
			return BT_GATT_ITER_CONTINUE;
	    }
	}

	return BT_GATT_ITER_STOP;
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The discover function:&lt;/p&gt;
&lt;p&gt;My current output is as follows;&lt;/p&gt;
&lt;p&gt;*** Booting Zephyr OS build v3.0.99-ncs1 ***&lt;br /&gt;ZBeats Gateway Code[Bluetooth initialized&lt;br /&gt;Scanning successfully started&lt;br /&gt;[DEVICE]: 5D:82:EA:07:85:9F (random), AD evt type 3, AD data len 31, RSSI -78&lt;br /&gt;[DEVICE]: 10:5A:17:DE:2D:25 (public), AD evt type 0, AD data len 28, RSSI -65&lt;br /&gt;[AD]: 1 data_len 1&lt;br /&gt;[AD]: 2 data_len 2&lt;br /&gt;[AD]: 22 data_len 19&lt;br /&gt;[DEVICE]: 10:5A:17:DE:2D:25 (public), AD evt type 4, AD data len 30, RSSI -65&lt;br /&gt;[DEVICE]: F6:CB:A8:66:C1:51 (random), AD evt type 0, AD data len 11, RSSI -32&lt;br /&gt;[AD]: 1 data_len 1&lt;br /&gt;[AD]: 3 data_len 6&lt;br /&gt;Connected: F6:CB:A8:66:C1:51 (random)&lt;br /&gt;Heart rate service found&lt;br /&gt;Battery service found&lt;br /&gt;[HRS ATTRIBUTE] handle 25&lt;br /&gt;Heart rate Measurement Characteristics found&lt;br /&gt;[BAS ATTRIBUTE] handle 16&lt;br /&gt;BATTERY level characteristics found&lt;br /&gt;[HRS ATTRIBUTE] handle 26&lt;br /&gt;Current body Handle is 27&lt;br /&gt;Current measurement Handle is 27&lt;br /&gt;[BAS ATTRIBUTE] handle 17&lt;br /&gt;[HRS ATTRIBUTE] handle 28&lt;br /&gt;Current Handle is 28&lt;br /&gt;[HRS SUBSCRIBED]&lt;br /&gt;[HRS ATTRIBUTE] handle 31&lt;br /&gt;Current Handle 2 is 31&lt;/p&gt;
&lt;p&gt;executing else part[HRS value SUBSCRIBED]&lt;br /&gt;[BAS ATTRIBUTE] handle 19&lt;br /&gt;[BAS SUBSCRIBED]&lt;br /&gt;Discover complete&lt;/p&gt;
&lt;p&gt;PATCH STATUS:{&amp;quot;sn&amp;quot;:12,&amp;quot;tm&amp;quot;:45}&lt;br /&gt;PATCH DATA:{&amp;quot;sn&amp;quot;:12,&amp;quot;tm&amp;quot;:45}&lt;br /&gt;Battery percentage :9&lt;/p&gt;
&lt;p&gt;PATCH STATUS:{&amp;quot;sn&amp;quot;:12,&amp;quot;tm&amp;quot;:45}&lt;br /&gt;PATCH DATA:{&amp;quot;sn&amp;quot;:12,&amp;quot;tm&amp;quot;:45}&lt;br /&gt;Battery percentage :8&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#800000;"&gt;However I expect to get the following output;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;*** Booting Zephyr OS build v3.0.99-ncs1 ***&lt;br /&gt;ZBeats Gateway Code[Bluetooth initialized&lt;br /&gt;Scanning successfully started&lt;br /&gt;[DEVICE]: 5D:82:EA:07:85:9F (random), AD evt type 3, AD data len 31, RSSI -78&lt;br /&gt;[DEVICE]: 10:5A:17:DE:2D:25 (public), AD evt type 0, AD data len 28, RSSI -65&lt;br /&gt;[AD]: 1 data_len 1&lt;br /&gt;[AD]: 2 data_len 2&lt;br /&gt;[AD]: 22 data_len 19&lt;br /&gt;[DEVICE]: 10:5A:17:DE:2D:25 (public), AD evt type 4, AD data len 30, RSSI -65&lt;br /&gt;[DEVICE]: F6:CB:A8:66:C1:51 (random), AD evt type 0, AD data len 11, RSSI -32&lt;br /&gt;[AD]: 1 data_len 1&lt;br /&gt;[AD]: 3 data_len 6&lt;br /&gt;Connected: F6:CB:A8:66:C1:51 (random)&lt;br /&gt;Heart rate service found&lt;br /&gt;Battery service found&lt;br /&gt;[HRS ATTRIBUTE] handle 25&lt;br /&gt;Heart rate Measurement Characteristics found&lt;br /&gt;[BAS ATTRIBUTE] handle 16&lt;br /&gt;BATTERY level characteristics found&lt;br /&gt;[HRS ATTRIBUTE] handle 26&lt;br /&gt;Current body Handle is 27&lt;br /&gt;Current measurement Handle is 27&lt;br /&gt;[BAS ATTRIBUTE] handle 17&lt;br /&gt;[HRS ATTRIBUTE] handle 28&lt;br /&gt;Current Handle is 28&lt;br /&gt;[HRS SUBSCRIBED]&lt;br /&gt;[HRS ATTRIBUTE] handle 31&lt;br /&gt;Current Handle 2 is 31&lt;/p&gt;
&lt;p&gt;executing else part[HRS value SUBSCRIBED]&lt;br /&gt;[BAS ATTRIBUTE] handle 19&lt;br /&gt;[BAS SUBSCRIBED]&lt;br /&gt;Discover complete&lt;/p&gt;
&lt;p&gt;PATCH STATUS:{&amp;quot;time&amp;quot;:123456,&amp;quot;status&amp;quot;:&amp;quot;on&amp;quot;}&lt;br /&gt;PATCH DATA:{&amp;quot;sn&amp;quot;:12,&amp;quot;tm&amp;quot;:45}&lt;br /&gt;Battery percentage :9&lt;/p&gt;
&lt;p&gt;PATCH STATUS:&lt;span&gt;{&amp;quot;&lt;/span&gt;&lt;span&gt;time&lt;/span&gt;&lt;span&gt;&amp;quot;:123456,&amp;quot;status&lt;/span&gt;&lt;span&gt;&amp;quot;:&lt;/span&gt;&lt;span&gt;&amp;quot;on&amp;quot;}&lt;/span&gt;&lt;br /&gt;PATCH DATA:{&amp;quot;sn&amp;quot;:12,&amp;quot;tm&amp;quot;:45}&lt;br /&gt;Battery percentage :8&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable multiple notifications in central side</title><link>https://devzone.nordicsemi.com/thread/382480?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2022 13:42:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73eb73e2-7ac6-49d2-9b15-8cf970b4c815</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;I understand, thank you for clarifying.&lt;br /&gt;You will need to enable notify/CCCD from your central side. You can see an example of how this could be done as part of &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/f18f6929e239f01125d349dc8543c940b45b2001/subsys/bluetooth/services/nus_client.c#L172-L196"&gt;the NUS service implementation&amp;#39;s bt_nus_subscribe_receive function&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable multiple notifications in central side</title><link>https://devzone.nordicsemi.com/thread/382431?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2022 10:43:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9744ba9a-710f-4df8-bd26-3bae948105c5</guid><dc:creator>Vishnu Vijayan</dc:creator><description>&lt;p&gt;For me, peripheral side is Ok. It is possible to create services and characteristics. When this peripheral is tested with nRF connect app, all services are listed and it is possible me to receive notifications (A sample image is added)&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/pastedimage1660905676945v1.jpeg" alt=" " /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But I need to implement this feature in my central(receiving multiple notifications) How can I figure out these in central (in my case nRF52840dk?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable multiple notifications in central side</title><link>https://devzone.nordicsemi.com/thread/382366?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2022 04:59:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:386efb7b-24d8-4a55-8faf-d63a158d0a0c</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]&lt;p&gt;Now, I want to receive these notifications in central side. While using discover function it is possible to find out the attributes, but notifications comes out for a single characteristics only.&lt;/p&gt;
&lt;p&gt;How can I set up these notifications for multiple characteristics in a single service&lt;/p&gt;[/quote]
&lt;p&gt;How have you defined these custom characteristics - have you added CCCD for them?&lt;br /&gt;You can &lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started/posts/ncs-ble-tutorial-part-1-custom-service-in-peripheral-role#h80sk6jeuuqohyrfrbic4xhe8hobp4"&gt;view how to add CCCD (notification) to a characteristic in this custom service and characteristic tutorial&lt;/a&gt;. Particularly, in the mention of the my_service.c file.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>