<?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>Change BLE communication setting</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33682/change-ble-communication-setting</link><description>Please tell me how to change the communication data length of BLE communication to 244 bytes and shorten communication cycle. Thank you. 
 I am using the version of [nRF5_SDK_15.0.0_a53641a].
Functions for BLE communication differ depending on the version</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Apr 2018 07:00:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33682/change-ble-communication-setting" /><item><title>RE: Change BLE communication setting</title><link>https://devzone.nordicsemi.com/thread/129459?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 07:00:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59331e87-58a1-4739-9d4d-cef2d6e56810</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Please check out the &amp;quot;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_att_mtu.html" target="_blank" rel="noopener noreferrer"&gt;ATT_MTU Throughput example&lt;/a&gt;&amp;quot; I listed in last post.&lt;/p&gt;
&lt;p&gt;In the documentation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The ATT_MTU size can be modified freely between&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v6.0.0/group___b_l_e___g_a_t_t___d_e_f_i_n_e_s.html#ga56f8a5e50e3e703e466a122c4cab4efb"&gt;BLE_GATT_ATT_MTU_DEFAULT&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/group__nrf__sdh__ble__config.html#ga954207e2653ef99f6560ce8d5813d720"&gt;NRF_SDH_BLE_GATT_MAX_MTU_SIZE&lt;/a&gt;. To enable larger values than&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v6.0.0/group___b_l_e___g_a_t_t___d_e_f_i_n_e_s.html#ga56f8a5e50e3e703e466a122c4cab4efb"&gt;BLE_GATT_ATT_MTU_DEFAULT&lt;/a&gt;&amp;nbsp;to be used, the application must be recompiled with a different&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/group__nrf__sdh__ble__config.html#ga954207e2653ef99f6560ce8d5813d720"&gt;NRF_SDH_BLE_GATT_MAX_MTU_SIZE&lt;/a&gt;&amp;nbsp;value.&lt;/li&gt;
&lt;li&gt;The GAP event length can be changed by modifying&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/group__nrf__sdh__ble__config.html#gae8ebe11ee1b9ed9b0f57e6b0df122070"&gt;NRF_SDH_BLE_GAP_EVENT_LENGTH&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change BLE communication setting</title><link>https://devzone.nordicsemi.com/thread/129424?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 00:19:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea3bd592-2b78-4a2f-bf58-78d4e7e280ff</guid><dc:creator>yokokawa</dc:creator><description>&lt;pre class="tw-data-text tw-ta tw-text-small" id="tw-target-text" dir="ltr"&gt;&lt;span lang="en"&gt;Please tell me how to change the communication data length of BLE communication to 244 bytes and shorten communication cycle.
Thank you.&lt;/span&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change BLE communication setting</title><link>https://devzone.nordicsemi.com/thread/129345?ContentTypeID=1</link><pubDate>Mon, 23 Apr 2018 12:46:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a7d58ec-2e81-4c39-91cd-49a7f58886b2</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi Yokokawa,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I am sorry, but I do not understand Japanese. I took your first sentence in &amp;quot;google translate&amp;quot; however and I think I got the meaning of it.&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;em&gt;Please tell me how to change the communication data length of BLE communication to 244 bytes and shorten communication cycle. Thank you.&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Please check out the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_att_mtu.html" target="_blank" rel="noopener noreferrer"&gt;&amp;quot;ATT_MTU Throughput example&lt;/a&gt;&amp;quot; in the SDK, and use that as reference on how you can change these parameters.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For your second question, I would recommend you to look at the &amp;quot;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_nus_eval.html&amp;amp;cp=4_0_0_4_1_2_24" target="_blank" rel="noopener noreferrer"&gt;ble_app_uart example&lt;/a&gt;&amp;quot; to see what is the correct way for the SDK v15.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If I have misunderstood something, please let me know.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Martin L.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>