<?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>GATTC, GATTS and GATTSC Context in device manager?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18896/gattc-gatts-and-gattsc-context-in-device-manager</link><description>I am reading the device manager code of SDK10.0.0 for nrf51822. I came across the dm_gatts_context_t , dm_gatt_client_context_t . I didn&amp;#39;t understand what they store in their structure. Are they necessary? My plan is to write my own lightweight device</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Jan 2017 10:17:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18896/gattc-gatts-and-gattsc-context-in-device-manager" /><item><title>RE: GATTC, GATTS and GATTSC Context in device manager?</title><link>https://devzone.nordicsemi.com/thread/73026?ContentTypeID=1</link><pubDate>Thu, 12 Jan 2017 10:17:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0702cac-758e-4147-9926-0908d4e24612</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I don&amp;#39;t think it&amp;#39;s a problem.&lt;/p&gt;
&lt;p&gt;Have a look &lt;a href="https://devzone.nordicsemi.com/question/81095/c-compilers-for-nrf52/"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GATTC, GATTS and GATTSC Context in device manager?</title><link>https://devzone.nordicsemi.com/thread/73025?ContentTypeID=1</link><pubDate>Wed, 11 Jan 2017 18:22:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23756f4b-8968-4749-b9ba-8a4f59cacb2c</guid><dc:creator>abhiarora</dc:creator><description>&lt;p&gt;Can you comment for g++ compiler?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GATTC, GATTS and GATTSC Context in device manager?</title><link>https://devzone.nordicsemi.com/thread/73024?ContentTypeID=1</link><pubDate>Wed, 11 Jan 2017 12:02:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:882eaabc-7790-478e-ba60-37d10845394a</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;dm_gatts_context_t hold the system attributes value of the server for each client once connected.
Usually it&amp;#39;s the CCCD values on the server. For example if Client A set CCCD to enable notification for a particular characteristic, the attributes will be updated for that client. So that when they connect again, the server automatically set all the system attributes to match with what configured last time for that client. You can find how we use it in gatts_context_apply()&lt;/p&gt;
&lt;p&gt;dm_gatt_client_context_t we haven&amp;#39;t really implemented anything with that. I assume it&amp;#39;s for the client side.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>