<?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>s130 slave NUS service, No CCCD discovered</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10855/s130-slave-nus-service-no-cccd-discovered</link><description>Hello, 
 I am having an working application with S120 and S110; master and slave application. Now I need the master and slave functionality on the same board and using S130 softdevice 1.0.0v and with 9.0 SDK with custom board. 
 I referred the ble_app_hrs_rscs_relay</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Dec 2015 13:30:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10855/s130-slave-nus-service-no-cccd-discovered" /><item><title>RE: s130 slave NUS service, No CCCD discovered</title><link>https://devzone.nordicsemi.com/thread/40598?ContentTypeID=1</link><pubDate>Mon, 14 Dec 2015 13:30:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f1c0d36-d781-4e76-a09b-5ba66bf6a7e1</guid><dc:creator>sowmya</dc:creator><description>&lt;p&gt;Okay will check on this. Thank you for the link.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: s130 slave NUS service, No CCCD discovered</title><link>https://devzone.nordicsemi.com/thread/40597?ContentTypeID=1</link><pubDate>Mon, 14 Dec 2015 13:27:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:820c244d-1b03-4c49-9c77-dc897948e66d</guid><dc:creator>Anders Strand</dc:creator><description>&lt;p&gt;If you want MITM protection, you need a out-of-band (oob) method of key exchange. See the &lt;a href="https://developer.bluetooth.org/TechnologyOverview/Pages/LE-Security.aspx"&gt;bluetooth dev pages&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: s130 slave NUS service, No CCCD discovered</title><link>https://devzone.nordicsemi.com/thread/40596?ContentTypeID=1</link><pubDate>Mon, 14 Dec 2015 13:03:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6288bad3-ea3b-42e3-9380-bbe21102d44f</guid><dc:creator>sowmya</dc:creator><description>&lt;p&gt;Hi, I replaced the code with&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;    BLE_GAP_CONN_SEC_MODE_SET_OPEN(&amp;amp;cccd_md.read_perm);
    BLE_GAP_CONN_SEC_MODE_SET_OPEN(&amp;amp;cccd_md.write_perm);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and added event handling for secondary parameter request and system attribute missing, and it is working.&lt;/p&gt;
&lt;p&gt;But the thing is peripheral is not having the bonding i.e., MITM is false. Can we enable peripheral MITM in S130?
I checked with relay example and it is also the same.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: s130 slave NUS service, No CCCD discovered</title><link>https://devzone.nordicsemi.com/thread/40595?ContentTypeID=1</link><pubDate>Mon, 14 Dec 2015 12:58:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:158f6352-38ef-4a28-8585-84d9e29cd0e2</guid><dc:creator>Anders Strand</dc:creator><description>&lt;p&gt;Hi. Have you tried bonding before enabling services? The line&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM(&amp;amp;cccd_md.write_perm);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Means that the device will require pairing before the MCP will be able to enable notifications (write cccd).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>