<?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>ADV flags role ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20302/adv-flags-role</link><description>Is it right that this flag BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED , prevent my device to be discovered by classic Bluetooth stacks? 
 Which of these flags do I need to use to let my device be discovered whatever is the stack to discover it and connect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 09 Mar 2017 15:35:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20302/adv-flags-role" /><item><title>RE: ADV flags role ?</title><link>https://devzone.nordicsemi.com/thread/79097?ContentTypeID=1</link><pubDate>Thu, 09 Mar 2017 15:35:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf9f415e-285c-416f-8243-b804be4df15f</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;These are just header constants copying BT SIG specification, they are not saying anything about actual support of particular feature. I don&amp;#39;t see any reason why to remove them...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ADV flags role ?</title><link>https://devzone.nordicsemi.com/thread/79096?ContentTypeID=1</link><pubDate>Thu, 09 Mar 2017 15:08:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aad6cb77-56f7-4f6c-9a7f-309018441df1</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Maybe they should be removed, but Bluetooth Classic is not supported.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ADV flags role ?</title><link>https://devzone.nordicsemi.com/thread/79095?ContentTypeID=1</link><pubDate>Thu, 09 Mar 2017 14:56:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46fb49f9-b13c-46ab-b867-b40ab74c88c8</guid><dc:creator>ToTo</dc:creator><description>&lt;p&gt;Why then we have that flag defined in the SDK examples ?&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;    /**@defgroup BLE_GAP_ADV_FLAGS GAP Advertisement Flags
 * @{ */
#define BLE_GAP_ADV_FLAG_LE_LIMITED_DISC_MODE         (0x01)   /**&amp;lt; LE Limited Discoverable Mode. */
#define BLE_GAP_ADV_FLAG_LE_GENERAL_DISC_MODE         (0x02)   /**&amp;lt; LE General Discoverable Mode. */
#define BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED         (0x04)   /**&amp;lt; BR/EDR not supported. */
#define BLE_GAP_ADV_FLAG_LE_BR_EDR_CONTROLLER         (0x08)   /**&amp;lt; Simultaneous LE and BR/EDR, Controller. */
#define BLE_GAP_ADV_FLAG_LE_BR_EDR_HOST               (0x10)   /**&amp;lt; Simultaneous LE and BR/EDR, Host. */
#define BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE   (BLE_GAP_ADV_FLAG_LE_LIMITED_DISC_MODE | BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED)   /**&amp;lt; LE Limited Discoverable Mode, BR/EDR not supported. */
#define BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE   (BLE_GAP_ADV_FLAG_LE_GENERAL_DISC_MODE | BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED)   /**&amp;lt; LE General Discoverable Mode, BR/EDR not supported. */
/**@} */
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ADV flags role ?</title><link>https://devzone.nordicsemi.com/thread/79094?ContentTypeID=1</link><pubDate>Thu, 09 Mar 2017 14:52:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96fadb41-f4f6-4baa-98b6-2e0ae96ecca7</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Our devices and SoftDevices doesn&amp;#39;t support Bluetooth Classic, only Bluetooth low energy.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure if the SoftDevice even allows you to do this, but you will definately not be able to connect to any Bluetooth Classic device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>