<?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>how to increase receiving length of  data from apk to controller BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76707/how-to-increase-receiving-length-of-data-from-apk-to-controller-ble</link><description>Hello, i have complied and run this https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial program, so in on_write function am copying data from receiving buffer to array... like this 
 for(i=0; i&amp;lt;p_evt_write-&amp;gt;len; i++) { dt_array[i] =</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 24 Jun 2021 20:03:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76707/how-to-increase-receiving-length-of-data-from-apk-to-controller-ble" /><item><title>RE: how to increase receiving length of  data from apk to controller BLE</title><link>https://devzone.nordicsemi.com/thread/317083?ContentTypeID=1</link><pubDate>Thu, 24 Jun 2021 20:03:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5043b2cc-fc40-45a3-aa3b-57809f863896</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;I am happy to hear that the issue is resolved!&lt;br /&gt;&lt;br /&gt;For future reference it is always appreciated if you post the solution to your particular problem after having solved it, so that other forum-goers with the same question can find help in your question.&lt;br /&gt;&lt;br /&gt;Please do not hesitate to open a new ticket if you encounter any issues or questions in the future.&lt;br /&gt;&lt;br /&gt;Good luck with your development!&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to increase receiving length of  data from apk to controller BLE</title><link>https://devzone.nordicsemi.com/thread/317041?ContentTypeID=1</link><pubDate>Thu, 24 Jun 2021 14:08:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3c2ca38-3942-483e-b7c9-b75a46405880</guid><dc:creator>N A Karmarkar</dc:creator><description>&lt;p&gt;issue resolved thanks for the support&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to increase receiving length of  data from apk to controller BLE</title><link>https://devzone.nordicsemi.com/thread/317025?ContentTypeID=1</link><pubDate>Thu, 24 Jun 2021 13:36:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25af4f4b-c654-45aa-a0e2-f7a863a07763</guid><dc:creator>N A Karmarkar</dc:creator><description>&lt;p&gt;Hello karl,&lt;/p&gt;
&lt;p&gt;i have used the same project file...zip folder available in given link&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial"&gt;https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;here u can check what and all there&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to increase receiving length of  data from apk to controller BLE</title><link>https://devzone.nordicsemi.com/thread/317011?ContentTypeID=1</link><pubDate>Thu, 24 Jun 2021 13:06:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a486bb4-9521-4966-b8a2-84fa5f231fa6</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello Nagendra,&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user="nak"]Thank you for your reply[/quote]
&lt;p&gt;No problem at all, I am happy to help!&amp;nbsp;&lt;/p&gt;
[quote user="nak"]so what changes i should do..??[/quote][quote user="Karl Ylvisaker"]What is the maximum length of your characteristic&amp;#39;s value?[/quote]
&lt;p&gt;I have not really seen any relevant part of your code - namely your custom service declaration - but if you are following the tutorial you will need to change the maximum length of the characteristic to allow an input bigger than 1 byte.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to increase receiving length of  data from apk to controller BLE</title><link>https://devzone.nordicsemi.com/thread/317000?ContentTypeID=1</link><pubDate>Thu, 24 Jun 2021 12:56:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63dbc4e9-3aaa-425f-8940-fc6f04b96d53</guid><dc:creator>N A Karmarkar</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;Thank you for your reply&lt;/p&gt;
&lt;p&gt;i want to send some array of length 50&lt;/p&gt;
&lt;p&gt;so what changes i should do..??&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;regards&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Nagendra&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to increase receiving length of  data from apk to controller BLE</title><link>https://devzone.nordicsemi.com/thread/316994?ContentTypeID=1</link><pubDate>Thu, 24 Jun 2021 12:41:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98f3e339-acac-4f06-8b98-45fa0966d6dd</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]here i am able to receive only one byte&amp;nbsp;[/quote]
&lt;p&gt;What is the maximum length of your characteristic&amp;#39;s value?&lt;br /&gt;The default max length of the characteristic in the tutorial is sizeof(uint8_t), which is 1 byte.&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;attr_char_value.max_len   = sizeof(uint8_t);&lt;/pre&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>