<?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/disabling LE Ping</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20582/enabling-disabling-le-ping</link><description>Hi 
 We have been able to set LE authenticated payload timeout via the following functions:- 
 ble_opt_t opt = {0};

opt.gap_opt.auth_payload_timeout.conn_handle = ValidHandle;
opt.gap_opt.auth_payload_timeout.auth_payload_timeout = 20;


retVal</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Mar 2017 13:41:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20582/enabling-disabling-le-ping" /><item><title>RE: Enabling/disabling LE Ping</title><link>https://devzone.nordicsemi.com/thread/80226?ContentTypeID=1</link><pubDate>Tue, 21 Mar 2017 13:41:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5d734a4-e8fb-48e1-88aa-401fd8c530db</guid><dc:creator>Youssif</dc:creator><description>&lt;p&gt;Awesome, thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling/disabling LE Ping</title><link>https://devzone.nordicsemi.com/thread/80225?ContentTypeID=1</link><pubDate>Tue, 21 Mar 2017 13:38:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:927b6e5f-4476-40cf-a43c-6df756644231</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;The LE Ping procedure is started when encryption is enabled. A &lt;code&gt;LL_PING_REQ&lt;/code&gt; packet will be sent to the other device. If the other device responds with a &lt;code&gt;LL_PING_RSP&lt;/code&gt; packet the procedure is completed, and the timer is started.&lt;/p&gt;
&lt;p&gt;If the other device responds with a &lt;code&gt;LL_UNKNOWN_RSP&lt;/code&gt; packet, the other device does not support LE Ping, and the timer will not start.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling/disabling LE Ping</title><link>https://devzone.nordicsemi.com/thread/80224?ContentTypeID=1</link><pubDate>Tue, 21 Mar 2017 13:20:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77945602-c7f0-490a-946c-2374efc75eab</guid><dc:creator>Youssif</dc:creator><description>&lt;p&gt;Thanks for your response. So does sd_ble_opt_set(BLE_GAP_OPT_AUTH_PAYLOAD_TIMEOUT, &amp;amp;opt) start the timer or does the timer start when the softdevice is enabled?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling/disabling LE Ping</title><link>https://devzone.nordicsemi.com/thread/80223?ContentTypeID=1</link><pubDate>Tue, 21 Mar 2017 11:40:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42389c4a-2dc7-4efc-a60a-3ad6644f3879</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It&amp;#39;s not possible to turn off the timer. You can set the timer to min 10ms and max 8min, as documented &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v3.0.0/structble__gap__opt__auth__payload__timeout__t.html?cp=2_3_0_1_2_2_1_4_48"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Note that the application don&amp;#39;t need to take any actions on the event.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;/* Ignore the authenticated payload timeout event */
case BLE_GAP_TIMEOUT_SRC_AUTH_PAYLOAD:
  break;
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>