<?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>GAP Security Mode VS. Characteristic Read/Write Permission</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3570/gap-security-mode-vs-characteristic-read-write-permission</link><description>My question is in regards to BLE security. I have certain characteristics that I want to remain open. As they will be used to determine authentication at the application level. Once authentication has been determined at the application level I intend</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 Aug 2014 15:58:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3570/gap-security-mode-vs-characteristic-read-write-permission" /><item><title>RE: GAP Security Mode VS. Characteristic Read/Write Permission</title><link>https://devzone.nordicsemi.com/thread/12951?ContentTypeID=1</link><pubDate>Fri, 22 Aug 2014 15:58:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:705be0b1-70c5-4ac8-ac83-afcf6567dd17</guid><dc:creator>Nikita</dc:creator><description>&lt;p&gt;Yes, upon trying to access a non-open characteristic a bonded authentication will be performed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GAP Security Mode VS. Characteristic Read/Write Permission</title><link>https://devzone.nordicsemi.com/thread/12950?ContentTypeID=1</link><pubDate>Fri, 22 Aug 2014 15:10:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33ce4500-ae6e-4e8d-9a4d-cff3bf78adb8</guid><dc:creator>Lucas</dc:creator><description>&lt;p&gt;Ok so essentially what I have proposed should work. I can leave a set of characteristics open and the central can use those as needed. Upon trying to access a non-open characteristic a bonded authentication must performed?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GAP Security Mode VS. Characteristic Read/Write Permission</title><link>https://devzone.nordicsemi.com/thread/12949?ContentTypeID=1</link><pubDate>Fri, 22 Aug 2014 03:15:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93482091-edca-4aa9-9142-185d387a481b</guid><dc:creator>Nikita</dc:creator><description>&lt;blockquote&gt;
&lt;p&gt;gap_params_init function sets the
security level for the GAP as well&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Do you mean this one?&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ble_gap_conn_sec_mode_t sec_mode;
BLE_GAP_CONN_SEC_MODE_SET_OPEN(&amp;amp;sec_mode);
err_code = sd_ble_gap_device_name_set(&amp;amp;sec_mode,
                                      (const uint8_t *)DEVICE_NAME,
                                      strlen(DEVICE_NAME));
APP_ERROR_CHECK(err_code);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;It&amp;#39;s write permissions for the Device Name characteristic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>