<?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>Missing write event on pairing</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16555/missing-write-event-on-pairing</link><description>I&amp;#39;m using SDKv12 S132v3 on nRF52 peripheral device. I have characteristic with following security setup: 
 char_add_params.read_access=SEC_JUST_WORKS;
char_add_params.write_access=SEC_JUST_WORKS;
char_add_params.cccd_write_access=SEC_JUST_WORKS;
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 21 Sep 2016 12:07:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16555/missing-write-event-on-pairing" /><item><title>RE: Missing write event on pairing</title><link>https://devzone.nordicsemi.com/thread/63332?ContentTypeID=1</link><pubDate>Wed, 21 Sep 2016 12:07:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c375eeac-4427-4aea-838d-2b26f751bf79</guid><dc:creator>Keton</dc:creator><description>&lt;p&gt;Thanks for clarification.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Missing write event on pairing</title><link>https://devzone.nordicsemi.com/thread/63331?ContentTypeID=1</link><pubDate>Wed, 21 Sep 2016 09:18:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f841f1dc-3da3-442a-9e6e-a64adf2d6df8</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;You are not doing anything wrong.&lt;/p&gt;
&lt;p&gt;If a client tries to write to an attribute value that requires the link to be in a certain security level, and the link is not in this level, it will receive an error response, and the attribute value will not be written (and the application will not get the write event). This error response is in your case most likely &amp;quot;Insufficient Authentication&amp;quot;, and this error response is used to trigger initiation of pairing by the central device.&lt;/p&gt;
&lt;p&gt;After pairing is complete the client can try to write again.&lt;/p&gt;
&lt;p&gt;(Only write requests will get error responses, not write commands)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>