<?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>Central multilink explanation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21998/central-multilink-explanation</link><description>in the ble multilink central example i&amp;#39;m not understanding where the functions in client_handling.c are exercised some don&amp;#39;t seem to be used in main or client_handling (client_handling_dm_event_handler() for example) 
 Additionally in client_handling</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 16 May 2017 13:36:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21998/central-multilink-explanation" /><item><title>RE: Central multilink explanation</title><link>https://devzone.nordicsemi.com/thread/86322?ContentTypeID=1</link><pubDate>Tue, 16 May 2017 13:36:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ad626f8-f9de-47f8-b91b-87aeef912a6c</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;client_handling.c&lt;/code&gt; was used back in SDK 10 where we had both a &lt;code&gt;ble_app_multilink_peripheral&lt;/code&gt; and a &lt;code&gt;ble_app_multilink_central&lt;/code&gt; example.&lt;/p&gt;
&lt;p&gt;But, with SDK 11 the Multi-instance handling of the Service client modules was greatly improved, and the client service discovery handling was moved into the main application context. The &lt;code&gt;ble_app_multilink_central&lt;/code&gt; example was modified to demonstrate multiple client instances in a better way. The &lt;code&gt;ble_app_multilink_peripheral&lt;/code&gt; example was removed, and &lt;strong&gt;ble_app_blinky&lt;/strong&gt;(with the LBS service) replaced the role as the peripheral.&lt;/p&gt;
&lt;p&gt;The definitions in client_handling.c is therefore no longer being used in SDK 11 and upwards, but client_handling.c is still there for backwards compatibility reasons for those who still uses these defines in their old projects.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>