<?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>S140 BLE without GAP</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39000/s140-ble-without-gap</link><description>I am developing BLE applications with nRF52840 DK and the Thingy 52. My application needs to use the entire 31 bytes available for data in BLE protocol. So I don&amp;#39;t want to use GAP. But sd_ble_gap_adv_data_set does check for flags and GAP patterns in the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 Oct 2018 08:10:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39000/s140-ble-without-gap" /><item><title>RE: S140 BLE without GAP</title><link>https://devzone.nordicsemi.com/thread/151164?ContentTypeID=1</link><pubDate>Tue, 02 Oct 2018 08:10:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3df034d1-d9f3-42cc-9690-971612498581</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;The advertisement data can be up to 31bytes, however the BT spec define the format of the data, which also include that the first byte must be a length field, in your case the second byte must be a manufacturer specific data flag, and then there are 2 bytes of company ID, then the remaining 31-4bytes is entirely up to you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S140 BLE without GAP</title><link>https://devzone.nordicsemi.com/thread/151077?ContentTypeID=1</link><pubDate>Mon, 01 Oct 2018 19:56:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62bbbf4c-3aab-47b4-ac9c-573e61da5f5e</guid><dc:creator>mich_x</dc:creator><description>&lt;p&gt;In a word, there is no way to manipulate full 31 bytes with Nordic SDK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S140 BLE without GAP</title><link>https://devzone.nordicsemi.com/thread/151057?ContentTypeID=1</link><pubDate>Mon, 01 Oct 2018 18:11:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2faf77cd-cde3-4569-86d3-0e2eeaa87521</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;There is no way to override&amp;nbsp;&lt;span&gt;sd_ble_gap_adv_set(). An alternative may be to send advertisement&amp;nbsp;twice&amp;nbsp;as frequent, and put half of the data in every advertisement&amp;nbsp;packet. There is also the option to allow scan requests, where you can put the remaining data in the scan response.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;Kenneth&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>