<?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>Problem Setting flags for bluetooth advertisements on nRF52840 devices.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60178/problem-setting-flags-for-bluetooth-advertisements-on-nrf52840-devices</link><description>First let me say, the nRF52840 is an awesome chip... I am trying to implement the Google/Apple bluetooth protocol ( https://covid19-static.cdn-apple.com/applications/covid19/current/static/contact-tracing/pdf/ContactTracing-BluetoothSpecificationv1.1</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 15 Apr 2020 14:46:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60178/problem-setting-flags-for-bluetooth-advertisements-on-nrf52840-devices" /><item><title>RE: Problem Setting flags for bluetooth advertisements on nRF52840 devices.</title><link>https://devzone.nordicsemi.com/thread/244777?ContentTypeID=1</link><pubDate>Wed, 15 Apr 2020 14:46:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9fbbd11-bada-4dba-ac08-5ad83a7a0d17</guid><dc:creator>SaeWoo Nam</dc:creator><description>&lt;p&gt;Ahh... Great, thanks for pointing out my misinterpretation of the specification....And, thanks for the very quick response. &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem Setting flags for bluetooth advertisements on nRF52840 devices.</title><link>https://devzone.nordicsemi.com/thread/244760?ContentTypeID=1</link><pubDate>Wed, 15 Apr 2020 13:57:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75541817-7886-4fcc-a916-dc154dae9af3</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hei Sae Woo,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Flag 0x1A means&amp;nbsp;BLE_GAP_ADV_FLAG_LE_BR_EDR_HOST | BLE_GAP_ADV_FLAG_LE_BR_EDR_CONTROLLER | BLE_GAP_ADV_FLAG_LE_GENERAL_DISC_MODE&lt;br /&gt;This is not the case with our chip, we don&amp;#39;t support BR_EDR so it&amp;#39;s obvious that the softdevice wouldn&amp;#39;t accept that flag.&amp;nbsp;&lt;br /&gt;If you read the pdf file you provided, you don&amp;#39;t need to set the flag to 0x1A. The only requirement for the flag is bit 1 equal 1. (Flags Section: LE general discoverable mode (bit 1) shall be set to 1). Meaning you can use either&amp;nbsp;&amp;nbsp;BLE_GAP_ADV_FLAG_LE_GENERAL_DISC_MODE or&amp;nbsp;BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>