<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Wireless MCUのトピックFRDM-KW40Z BLE Data transfer Issue</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/FRDM-KW40Z-BLE-Data-transfer-Issue/m-p/595162#M1567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I am tring to connect Freescale BLE stack 4.1 (FRDM-KW40Z) with Mindtree BLE Stack, I am facing the problem with transfer bulk data.&lt;/P&gt;&lt;P&gt;I tried with sample program hid host as a Client and our application board as Server(Mindtree stack) . Client device discovered all service and charaterstics information provided by Server but when tring to send a Max size(23 byte) data from Client through following API,data transfer not happening and It's able to send only one byte of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GattClient_WriteCharacteristicValue(deviceId, &amp;amp;characteristic,streamSize, pRecvStream, TRUE,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FALSE, FALSE, NULL);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Can anyone advise the correct procedure to write the Max size of data transfer from client to server.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2016 14:50:40 GMT</pubDate>
    <dc:creator>rajarathinamlaw</dc:creator>
    <dc:date>2016-07-21T14:50:40Z</dc:date>
    <item>
      <title>FRDM-KW40Z BLE Data transfer Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/FRDM-KW40Z-BLE-Data-transfer-Issue/m-p/595162#M1567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I am tring to connect Freescale BLE stack 4.1 (FRDM-KW40Z) with Mindtree BLE Stack, I am facing the problem with transfer bulk data.&lt;/P&gt;&lt;P&gt;I tried with sample program hid host as a Client and our application board as Server(Mindtree stack) . Client device discovered all service and charaterstics information provided by Server but when tring to send a Max size(23 byte) data from Client through following API,data transfer not happening and It's able to send only one byte of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GattClient_WriteCharacteristicValue(deviceId, &amp;amp;characteristic,streamSize, pRecvStream, TRUE,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FALSE, FALSE, NULL);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Can anyone advise the correct procedure to write the Max size of data transfer from client to server.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 14:50:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/FRDM-KW40Z-BLE-Data-transfer-Issue/m-p/595162#M1567</guid>
      <dc:creator>rajarathinamlaw</dc:creator>
      <dc:date>2016-07-21T14:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KW40Z BLE Data transfer Issue</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/FRDM-KW40Z-BLE-Data-transfer-Issue/m-p/595163#M1568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajarathinam Lawrence&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late response. This could be a Server problem, in how do you configure the characteristics to take the data from the client. For the client configuration you could check the following doc from our colleague, here he explain how to read and write:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-332291"&gt;Modify and read characteristics with read and write requests&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could check it and tell me if you have any other question.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jorge Alcala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 23:54:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/FRDM-KW40Z-BLE-Data-transfer-Issue/m-p/595163#M1568</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2016-07-28T23:54:47Z</dc:date>
    </item>
  </channel>
</rss>

