<?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 know a value of a characteristic is changed</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24362/how-to-know-a-value-of-a-characteristic-is-changed</link><description>Hello guys, i&amp;#39;m using nRF52832-DK with S132_v3.1.0 and SDK v12.2.0. 
 When other BLE device write some value to my characteristic, how do i know 
 that my characteristic&amp;#39;s value is changed without using sd_ble_gatts_value_get() function. 
 i think</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Oct 2019 06:34:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24362/how-to-know-a-value-of-a-characteristic-is-changed" /><item><title>RE: How to know a value of a characteristic is changed</title><link>https://devzone.nordicsemi.com/thread/214264?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2019 06:34:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e2fffc7-b80a-44dc-8b2c-c2a136e8215e</guid><dc:creator>Ameer Usman</dc:creator><description>&lt;p&gt;You can check it in the&amp;nbsp;&lt;strong&gt;ble_evt_handler&amp;nbsp;&lt;/strong&gt;function and put&amp;nbsp;&lt;strong&gt;BLE_GATTS_EVT_WRITE&amp;nbsp;&lt;/strong&gt;which will record if a new function is written. See image below for reference:&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1570689253001v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to know a value of a characteristic is changed</title><link>https://devzone.nordicsemi.com/thread/95922?ContentTypeID=1</link><pubDate>Tue, 15 Aug 2017 13:28:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0c11511-a5c8-4491-82e9-5a8aa3cf1f99</guid><dc:creator>John</dc:creator><description>&lt;p&gt;I think you should get a BLE_GATTS_EVT_WRITE event when the characteristic is written. In the event handler you can check if the handle of the written event corresponds to your characteristic and deal with it appropriately.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>