<?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 give response after app read characteristics</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22129/how-to-give-response-after-app-read-characteristics</link><description>Hi
The problem is that when app read one of my characteristics I want to realize which characteristic is read with an event?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 May 2017 09:23:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22129/how-to-give-response-after-app-read-characteristics" /><item><title>RE: How to give response after app read characteristics</title><link>https://devzone.nordicsemi.com/thread/86934?ContentTypeID=1</link><pubDate>Thu, 18 May 2017 09:23:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34d023a0-175a-4fb1-ae5b-fa34104c6bd1</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;You will not get an event when a peer reads a characteristic unless you require read authorization(this is set when you add the characteristic). You should then get the &lt;code&gt;BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST&lt;/code&gt;  event.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to give response after app read characteristics</title><link>https://devzone.nordicsemi.com/thread/86933?ContentTypeID=1</link><pubDate>Wed, 17 May 2017 11:16:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c04f6f4-edc3-4adc-bc72-10439e26cf04</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;You should get GATTS (GATT Server) event and in event data you should see which (G)ATT handle was targeted. Or do you encounter some specific problem during this flow?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>