<?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>Bluetooth communication without pairing, connectable, non-scannable and non-direct advertising.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117341/bluetooth-communication-without-pairing-connectable-non-scannable-and-non-direct-advertising</link><description>Hello everyone, a pleasure and very grateful to be able to write in this forum. 
 I am trying to program a Nordic BLE device so that it does not appear in the pairing list of a mobile operating system, but I can connect to it. 
 I am trying to configure</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Dec 2024 09:23:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117341/bluetooth-communication-without-pairing-connectable-non-scannable-and-non-direct-advertising" /><item><title>RE: Bluetooth communication without pairing, connectable, non-scannable and non-direct advertising.</title><link>https://devzone.nordicsemi.com/thread/515668?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2024 09:23:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f02bf48-963b-4ad2-8a4e-9646d888dd69</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Adrian,&amp;nbsp;&lt;br /&gt;Could you explain why you think&amp;nbsp;&lt;span&gt;BLE_GAP_ADV_TYPE_EXTENDED_CONNECTABLE_NONSCANNABLE_UNDIRECTED matches with your need ?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;As I said, even non-scannable will still show up in the list if you have the correct UUID in the advertising packet (HID device for example).&amp;nbsp;&lt;br /&gt;And for normal advertising, if you want non-scannable, simply don&amp;#39;t add scan response packet to the advertising.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth communication without pairing, connectable, non-scannable and non-direct advertising.</title><link>https://devzone.nordicsemi.com/thread/515650?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2024 07:58:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dca8e9ae-6fbf-4b7d-affe-375148251439</guid><dc:creator>agallende</dc:creator><description>&lt;p&gt;Thanks for the answer and the example, I&amp;#39;m looking into it.&lt;/p&gt;
&lt;p&gt;Looking for more information, I find this extended advertising mode that fits what I want to do: BLE_GAP_ADV_TYPE_EXTENDED_CONNECTABLE_NONSCANNABLE_UNDIRECTED&lt;/p&gt;
&lt;p&gt;Could we confirm that it is possible to use this configuration, does anyone have an example to test it?&lt;/p&gt;
&lt;p&gt;Thank you very much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth communication without pairing, connectable, non-scannable and non-direct advertising.</title><link>https://devzone.nordicsemi.com/thread/515422?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2024 10:15:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:310a10ad-a9f6-4130-bf32-1f78bccceaa9</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Adrian,&lt;/p&gt;
&lt;p&gt;Usually the bluetooth setting list only show device which has some special/common UUID in the advertising packet (for example HID, audio etc) or device already paird with the phone.&amp;nbsp;&lt;br /&gt;If your device doesn&amp;#39;t advertise those UUID, it will not show up in the list. Have you tried for example peripheral_uart example&amp;nbsp; ?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Note that the device will still show up in the BLE scanner app, for example nRF Connect app on mobile.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth communication without pairing, connectable, non-scannable and non-direct advertising.</title><link>https://devzone.nordicsemi.com/thread/515359?ContentTypeID=1</link><pubDate>Tue, 17 Dec 2024 23:56:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d7b1145-6984-43a7-9a77-308029228fc0</guid><dc:creator>agallende</dc:creator><description>&lt;p&gt;Thank you very much for your reply.&lt;/p&gt;
&lt;p&gt;I have a commercial device, Mantis X8, which when switched on is only detected from its own application, it does not appear in the operating system list and does not need to be paired. I am looking for a similar operation to this one.&lt;/p&gt;
&lt;p&gt;At first I thought it would use broadcast advertising messages to send data, and receive data through the scans, but I would like to think that it could be a better direct communication.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth communication without pairing, connectable, non-scannable and non-direct advertising.</title><link>https://devzone.nordicsemi.com/thread/515275?ContentTypeID=1</link><pubDate>Tue, 17 Dec 2024 13:33:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3eac3fa6-6e60-447c-9f99-cbccb1dedc7b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Adrian,&amp;nbsp;&lt;br /&gt;I don&amp;#39;t think what you want to make is possible.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Non-scannable here doesn&amp;#39;t mean it will not appear on scanning list of other device. Non-scannable here means that it will not send scan response when there is a scan request.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;If you don&amp;#39;t want your device to be connected unwanted central, you can use Filter accept list. You can&amp;nbsp;take a look here:&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson-5-bluetooth-le-security-fundamentals/topic/blefund-lesson-5-exercise-2/"&gt;https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson-5-bluetooth-le-security-fundamentals/topic/blefund-lesson-5-exercise-2/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>