<?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>Handling Unwanted Advertising Name in BLE Multi Advertising</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113553/handling-unwanted-advertising-name-in-ble-multi-advertising</link><description>hello.
Currently I am implementing BLE Multi advertising in 
 NCS SDK: version 2.6.0.

I have a question during development through the samples/bluetooth/multiple_adv_sets example.

 
I set the adv_param value as above, and after setting the value, I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Aug 2024 11:02:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113553/handling-unwanted-advertising-name-in-ble-multi-advertising" /><item><title>RE: Handling Unwanted Advertising Name in BLE Multi Advertising</title><link>https://devzone.nordicsemi.com/thread/497310?ContentTypeID=1</link><pubDate>Wed, 07 Aug 2024 11:02:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25f05556-851c-4b88-b8c5-aae6888397dc</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;I am happy things are working as expected and are clear now. Please feel free to close this case at your convenience.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Handling Unwanted Advertising Name in BLE Multi Advertising</title><link>https://devzone.nordicsemi.com/thread/497240?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2024 23:58:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbba9bdb-c435-476a-bbd4-08229d8759dc</guid><dc:creator>mg Jeong</dc:creator><description>&lt;p&gt;Thank you for answer.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;As a result of BLE Scan, we confirmed that BLE Device Name Advertising is not being performed in other modules. &lt;br /&gt;&lt;br /&gt;It seems that the connected app remembers the device name and appears.&lt;/p&gt;
&lt;p&gt;thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Handling Unwanted Advertising Name in BLE Multi Advertising</title><link>https://devzone.nordicsemi.com/thread/496955?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2024 11:45:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f6a08d9f-500c-4837-817b-463e5431fc4b</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;BT_LE_ADV_OPT_USE_IDENTITY makes the advertising uses&amp;nbsp;its identity address, i.e. public address, as the advertising address. It doesn&amp;#39;t have anything to do with&amp;nbsp;name.&lt;/p&gt;
&lt;p&gt;Please also remember that some phone OS cache a device&amp;#39;s name from a previous connection. Subsequently, when it sees a device with the same address, it will load the cached name. See&amp;nbsp;&lt;a href="https://forums.developer.apple.com/forums/thread/19381"&gt;Bluetooth name caching | Apple Developer Forums&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;RSSI is otherwise a common feature of scanner devices.&amp;nbsp;Both Android and iOS support it. It reports the signal strength of the advertising packet as the phone receive it; not a part of the advertising packet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Handling Unwanted Advertising Name in BLE Multi Advertising</title><link>https://devzone.nordicsemi.com/thread/496734?ContentTypeID=1</link><pubDate>Fri, 02 Aug 2024 00:03:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7df3715b-d31a-43d3-9cf6-f62ab7b9b51f</guid><dc:creator>mg Jeong</dc:creator><description>&lt;pre id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-ved="2ahUKEwjyvJKr_tSHAxV4lK8BHW-0IkEQ3ewLegQIBxAU"&gt;&lt;span class="Y2IQFc" lang="en"&gt;hello! Thanks for your answer.

What you understood is correct.

A total of 5 advertisements are running through ext adv, and when I scanned, &lt;br /&gt;&lt;/span&gt;I saw that the advertisements included the device name and RSSI, &lt;br /&gt;so I inquired (In addition to the 5 advertisements, RSSI+BT Name information is being advertised).  &lt;/pre&gt;
&lt;pre class="tw-data-text tw-text-large tw-ta" dir="ltr" data-ved="2ahUKEwjyvJKr_tSHAxV4lK8BHW-0IkEQ3ewLegQIBxAU"&gt;&lt;span class="Y2IQFc" lang="en"&gt;If I set the bit below, will the BT name be retrieved via bt_id_get in the bt_le_oob_get_local function and advertised separately? Is the task a scan response task? 
I would like to inquire whether this is a general advertisement.&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;/**
	 * @brief Advertise using identity address.
	 *
	 * Advertise using the identity address as the advertiser address.
	 * @warning This will compromise the privacy of the device, so care
	 *          must be taken when using this option.
	 * @note The address used for advertising will not be the same as
	 *        returned by @ref bt_le_oob_get_local, instead @ref bt_id_get
	 *        should be used to get the LE address.
	 */
	BT_LE_ADV_OPT_USE_IDENTITY = BIT(2),&lt;/pre&gt;&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Handling Unwanted Advertising Name in BLE Multi Advertising</title><link>https://devzone.nordicsemi.com/thread/496652?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2024 13:54:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80b87bd8-132d-4944-9eaf-a8e36b66854e</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi mg Jeong,&lt;/p&gt;
&lt;p&gt;Do I understand right that you&amp;nbsp;find the Scan Response containing the device name, and you don&amp;#39;t want the Scan Response nor the device name in your advertising?&lt;/p&gt;
&lt;p&gt;You set up Scan Response during advertising setup. If you don&amp;#39;t want it, simply pass NULL as the &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;sd&lt;/span&gt; param, and 0 as the &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;sd_len&lt;/span&gt; param when you call &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/zephyr/connectivity/bluetooth/api/gap.html#c.bt_le_ext_adv_set_data"&gt;bt_le_ext_adv_set_data()&lt;/a&gt;&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;If you&amp;nbsp;don&amp;#39;t have any Scan Response setup, and the issue persists, please check if&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/zephyr/connectivity/bluetooth/api/gap.html#c.@44.BT_LE_ADV_OPT_USE_NAME"&gt;BT_LE_ADV_OPT_USE_NAME&lt;/a&gt;&amp;nbsp;is set in your advertising option.&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>