<?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>Nrfconnect stops scanning after some time interval when I run ble_app_beacon example on nrf52832 . How do I change my code so that the nrfconnect app scans beacons indefinitely</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52403/nrfconnect-stops-scanning-after-some-time-interval-when-i-run-ble_app_beacon-example-on-nrf52832-how-do-i-change-my-code-so-that-the-nrfconnect-app-scans-beacons-indefinitely</link><description>I am using nrf52832 dev board . I have used the example code of ble_app_beacon code . I am able to send my data through the beacon. But while using nrfconnect app, the scanning stops after few seconds. I want the nrfconnect app to scan the real time data</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Sep 2019 11:07:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52403/nrfconnect-stops-scanning-after-some-time-interval-when-i-run-ble_app_beacon-example-on-nrf52832-how-do-i-change-my-code-so-that-the-nrfconnect-app-scans-beacons-indefinitely" /><item><title>RE: Nrfconnect stops scanning after some time interval when I run ble_app_beacon example on nrf52832 . How do I change my code so that the nrfconnect app scans beacons indefinitely</title><link>https://devzone.nordicsemi.com/thread/211203?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2019 11:07:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d601f91b-1fc2-47b0-a0f9-4b0712c93862</guid><dc:creator>Jaydev Borkar</dc:creator><description>&lt;p&gt;Ah ! alright. Thanks mate&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrfconnect stops scanning after some time interval when I run ble_app_beacon example on nrf52832 . How do I change my code so that the nrfconnect app scans beacons indefinitely</title><link>https://devzone.nordicsemi.com/thread/211200?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2019 11:02:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c61dc8eb-0292-46b1-b38d-6d66d6497e79</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/2350._5F00_Verify_2D00_answer_2D00_nordic_5F00_2.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrfconnect stops scanning after some time interval when I run ble_app_beacon example on nrf52832 . How do I change my code so that the nrfconnect app scans beacons indefinitely</title><link>https://devzone.nordicsemi.com/thread/211191?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2019 10:43:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c16a6d78-39b8-409b-9dd6-c09fc6550563</guid><dc:creator>Jaydev Borkar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote userid="20690" url="~/f/nordic-q-a/52403/nrfconnect-stops-scanning-after-some-time-interval-when-i-run-ble_app_beacon-example-on-nrf52832-how-do-i-change-my-code-so-that-the-nrfconnect-app-scans-beacons-indefinitely/211099"]I&amp;#39;m afraid that there isn&amp;#39;t any changes you can do in the nRF Connect app to make it scan continuously. If that is what you want, you&amp;#39;ll need to create your own application.[/quote]
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;There was an option in nrf connect that lets us scan indefinitely. I finally got it.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrfconnect stops scanning after some time interval when I run ble_app_beacon example on nrf52832 . How do I change my code so that the nrfconnect app scans beacons indefinitely</title><link>https://devzone.nordicsemi.com/thread/211099?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2019 06:39:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8bad450-59df-4317-94f1-9ad2d789c882</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m afraid that there isn&amp;#39;t any changes you can do in the nRF Connect app to make it scan continuously. If that is what you want, you&amp;#39;ll need to create your own application.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]How do I reduce the manuf_specific_data length&amp;nbsp; in&lt;span&gt;&amp;nbsp;ble_app_beacon example. ?&lt;/span&gt;[/quote]
&lt;p&gt;&amp;nbsp;&lt;pre class="ui-code" data-mode="c_cpp"&gt;    ble_advdata_manuf_data_t manuf_specific_data;

    manuf_specific_data.company_identifier = APP_COMPANY_IDENTIFIER;
    manuf_specific_data.data.p_data = (uint8_t *) m_beacon_info;
    manuf_specific_data.data.size   = APP_BEACON_INFO_LENGTH;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;There is a very own variable for the manuf_specific_data lenght, which is the total length of information advertised by the Beacon.&lt;/p&gt;
&lt;p&gt;You can change the content of the advertising data, or the lenght just as you please. Note that the advertising packet can not exceed 31 bytes of data.&lt;/p&gt;
&lt;p&gt;Best regards, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>