<?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>Enabling LESC Peripheral in Softdevice S113 SDK 17.0.1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/86797/enabling-lesc-peripheral-in-softdevice-s113-sdk-17-0-1</link><description>Hi, 
 As mentioned in subject line, I am trying to enable BLE SC peripheral in SDK 17.0.1 with softdevice S113. I have enabled the PM_LESC_ENABLED macro in sdk_config and started getting linker errors and I am fixing them by including the source files</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 Apr 2022 07:34:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/86797/enabling-lesc-peripheral-in-softdevice-s113-sdk-17-0-1" /><item><title>RE: Enabling LESC Peripheral in Softdevice S113 SDK 17.0.1</title><link>https://devzone.nordicsemi.com/thread/363769?ContentTypeID=1</link><pubDate>Wed, 20 Apr 2022 07:34:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ae042c1-f72b-420f-9ae2-8517f5934f92</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Glad it worked. Thanks for the update. You may also want to check that you are not calling sd_ble_gatts_sys_attr_set() as the peer manager is responsible for calling this function too.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling LESC Peripheral in Softdevice S113 SDK 17.0.1</title><link>https://devzone.nordicsemi.com/thread/363685?ContentTypeID=1</link><pubDate>Tue, 19 Apr 2022 16:22:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd2e7d82-19b6-425b-b710-35ab10381340</guid><dc:creator>Anil Sinha</dc:creator><description>&lt;p&gt;Thank you Vidar.&lt;/p&gt;
&lt;p&gt;This was the problem &amp;quot;&lt;span&gt;&amp;nbsp;You can also get this error if you are calling sd_ble_gap_sec_params_reply(&amp;#39;BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP&amp;#39;) from your application code outside of the peer manager module.&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I am able to get the LESC pairing working now.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you again,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Anil&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling LESC Peripheral in Softdevice S113 SDK 17.0.1</title><link>https://devzone.nordicsemi.com/thread/363510?ContentTypeID=1</link><pubDate>Tue, 19 Apr 2022 10:05:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d09679ed-a837-4938-8dc1-cd16e98faff1</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi Anil,&lt;/p&gt;
&lt;p&gt;The peer manager on the peripheral will return BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP if a pairing request is rejected as Einar mentions in this post: &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/37837/sdk15-paring-problem/145821#145821"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/37837/sdk15-paring-problem/145821#145821&lt;/a&gt;. You can also get this error if you are calling sd_ble_gap_sec_params_reply(&amp;#39;BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP&amp;#39;) from your application code outside of the peer manager module.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling LESC Peripheral in Softdevice S113 SDK 17.0.1</title><link>https://devzone.nordicsemi.com/thread/363316?ContentTypeID=1</link><pubDate>Sat, 16 Apr 2022 00:47:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32ae1e94-8da4-4146-9c3e-930603ac205e</guid><dc:creator>Anil Sinha</dc:creator><description>&lt;p&gt;Hi Vidar,&lt;/p&gt;
&lt;p&gt;I was able to build my application with LESC flag enabled (used GLS example) however I am still getting &amp;quot;Pairing not supported&amp;quot; error.&lt;/p&gt;
&lt;p&gt;#define BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x85&amp;nbsp; /**&amp;lt; Pairing not supported.&amp;nbsp; */&lt;/p&gt;
&lt;p&gt;I am using Nordic nRF52840 softdevice S132 peripheral.&lt;/p&gt;
&lt;p&gt;My central device connects in LEGACY_ONLY mode however not with LESC_ONLY.&lt;/p&gt;
&lt;p&gt;Any inputs are greatly appreciated.&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;Anil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling LESC Peripheral in Softdevice S113 SDK 17.0.1</title><link>https://devzone.nordicsemi.com/thread/363068?ContentTypeID=1</link><pubDate>Tue, 12 Apr 2022 18:37:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:248d76aa-27ed-4589-9955-a26da543504e</guid><dc:creator>Anil Sinha</dc:creator><description>&lt;p&gt;Thank you Vidar, I am putting all the missing dependencies together for now and will late you know if further help is needed.&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;Anil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling LESC Peripheral in Softdevice S113 SDK 17.0.1</title><link>https://devzone.nordicsemi.com/thread/363066?ContentTypeID=1</link><pubDate>Tue, 12 Apr 2022 16:08:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb4f07dd-9aa7-4039-90b9-18ccc284f500</guid><dc:creator>Anil Sinha</dc:creator><description>&lt;p&gt;Thank you Jimmy for the suggestion.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling LESC Peripheral in Softdevice S113 SDK 17.0.1</title><link>https://devzone.nordicsemi.com/thread/362993?ContentTypeID=1</link><pubDate>Tue, 12 Apr 2022 11:01:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c920d8b6-56df-471d-bb78-21ff047a906f</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;As Jimmy suggested, it&amp;#39;s best to start with an example that has LESC enabled by default. For instance, the ble_app_hrs example. There are quite a few crypto related dependencies you will have to add manually if you start with another project that don&amp;#39;t include LESC.&lt;/p&gt;
&lt;p&gt;1. Yes, the Softdevice supports it. Which chip are you using? I can make you a &amp;#39;s113&amp;#39; project for the ble_app_hrs example if it helps.&lt;/p&gt;
&lt;p&gt;2. If you have enabled the LESC settings, then the linker errors are likely caused by missing dependencies.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling LESC Peripheral in Softdevice S113 SDK 17.0.1</title><link>https://devzone.nordicsemi.com/thread/362694?ContentTypeID=1</link><pubDate>Sat, 09 Apr 2022 05:26:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8606351e-0988-468d-9cd4-65dba9aac6ba</guid><dc:creator>Jimmywong2003</dc:creator><description>&lt;p&gt;I think you can refer to the HRM or HID example which has the LESC example.&lt;/p&gt;
&lt;p&gt;It has the sdk_config.h to specify the LESC option.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>