<?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>BLE-UART Non connectable Advertising</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61318/ble-uart-non-connectable-advertising</link><description>Hi, 
 I am using BLE-UART example in my project and to start advertising I am using below piece of code. 
 
 
 By default in the sdk (ble_advertising.c) the advertising type is set to Connectable. 
 
 However, I want to advertise as non connectable at</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Jul 2020 09:36:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61318/ble-uart-non-connectable-advertising" /><item><title>RE: BLE-UART Non connectable Advertising</title><link>https://devzone.nordicsemi.com/thread/258031?ContentTypeID=1</link><pubDate>Thu, 02 Jul 2020 09:36:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd9dafe1-043c-4850-925e-7c57f8934f37</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;It&amp;#39;s no problem to use the &amp;#39;sd_*&amp;#39; function directly no. There should be some examples that use &amp;#39;sd_*&amp;#39; in the nRF5 SDK:&lt;/p&gt;
&lt;p&gt;ble_app_beacon&lt;br /&gt;ble_app_blinky&lt;br /&gt;ble_app_multiperipheral&lt;br /&gt;..&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE-UART Non connectable Advertising</title><link>https://devzone.nordicsemi.com/thread/257887?ContentTypeID=1</link><pubDate>Wed, 01 Jul 2020 14:14:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:445827c6-038e-409a-bac2-bacc26c22ddc</guid><dc:creator>Justin</dc:creator><description>&lt;p&gt;Thanks Kenneth.&lt;/p&gt;
&lt;p&gt;Is it safe to use &amp;#39;sd_*&amp;#39; function directly than to use &amp;#39;ble_advertising_*&amp;#39; and &amp;#39;advertising_init()&amp;#39; ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE-UART Non connectable Advertising</title><link>https://devzone.nordicsemi.com/thread/257724?ContentTypeID=1</link><pubDate>Wed, 01 Jul 2020 07:51:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3808d5f2-15fe-4104-9a16-e61e803cc43c</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;The api that start with &amp;#39;sd_*&amp;#39; are the function calls to the BLE softdevice stack, while the &amp;#39;ble_advertising_*&amp;#39; and &amp;#39;advertising_init()&amp;#39; are just wrappers around these calls. The wrappers&amp;nbsp;are typically SDK modules or libraries that make it slightly easier to setup and transition between advertising.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE-UART Non connectable Advertising</title><link>https://devzone.nordicsemi.com/thread/257626?ContentTypeID=1</link><pubDate>Tue, 30 Jun 2020 14:07:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11987961-161b-45ae-aafd-5a18bce0b6b8</guid><dc:creator>Justin</dc:creator><description>&lt;p&gt;Hi Kenneth,&lt;/p&gt;
&lt;p&gt;I see that&amp;nbsp;ble_advertising_start(&amp;amp;m_advertising, BLE_ADV_MODE_FAST); function does lot of other things for e.g. to check if flash access is in progress, whitelist fetch etc.&lt;/p&gt;
&lt;p&gt;Is uisng sd_ble_gap_adv_start() same as ble_advertising_start?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am confused between sd_ble_gap_adv_set_configure() and&amp;nbsp;advertising_init().&lt;/p&gt;
&lt;p&gt;When to use what?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you please provide me more details on the same?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE-UART Non connectable Advertising</title><link>https://devzone.nordicsemi.com/thread/249674?ContentTypeID=1</link><pubDate>Wed, 13 May 2020 10:54:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f8e7bc1-fe70-4332-a15d-ca179d75e7a7</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;If you want to modify the advertisement packets you may just call:&lt;/p&gt;
&lt;p&gt;sd_ble_gap_adv_stop()&lt;br /&gt;&lt;span&gt;sd_ble_gap_adv_set_configure()&lt;br /&gt;sd_ble_gap_adv_start()&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Though if you want to use the advertisement&amp;nbsp;module you may find this answer useful:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/32824/dynamically-updating-advertising-data-in-sdk-15/128970#128970"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/32824/dynamically-updating-advertising-data-in-sdk-15/128970#128970&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>