<?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>Naming problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78503/naming-problem</link><description>The interface &amp;quot;sd_ble_gap_adv_start&amp;quot; uses &amp;quot;adv&amp;quot; to indicate broadcast, but the interface &amp;quot;ble_advertising_start&amp;quot; uses &amp;quot;advertising&amp;quot; to indicate broadcast. Why not use the same name?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Aug 2021 12:08:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78503/naming-problem" /><item><title>RE: Naming problem</title><link>https://devzone.nordicsemi.com/thread/324668?ContentTypeID=1</link><pubDate>Thu, 12 Aug 2021 12:08:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:204a8dc9-c019-411e-9715-1cf4429fb430</guid><dc:creator>Ding</dc:creator><description>&lt;p&gt;Is it mainly to prevent customer misuse?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Naming problem</title><link>https://devzone.nordicsemi.com/thread/324610?ContentTypeID=1</link><pubDate>Thu, 12 Aug 2021 08:49:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0fa92f9-8fe3-4ea0-806d-8316cb4eadd8</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;Two totally different APIs.&lt;/p&gt;
&lt;p&gt;The sd_ble_xxx macros call directly into the softdevice and follow a common naming scheme.&lt;/p&gt;
&lt;p&gt;The ble_advertising_xxx functions are executed in the application space and will eventually call the sd_ble_xxx softdevice, but users are &lt;strong&gt;not&lt;/strong&gt; supposed to call the softdevice functions direcly as that can cause errors.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;TL;DR Different naming scheme is intentional.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>