<?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>Sending data from central to peripheral</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58858/sending-data-from-central-to-peripheral</link><description>Hello. 
 Is it possible to send more than 1B data via blinky characteristic from central to peripheral? I made my project with two characteristic (my own 128-bit UUID) basing on blinky peripheral example. First of them is to receive data from central</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Mar 2020 09:44:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58858/sending-data-from-central-to-peripheral" /><item><title>RE: Sending data from central to peripheral</title><link>https://devzone.nordicsemi.com/thread/239479?ContentTypeID=1</link><pubDate>Thu, 12 Mar 2020 09:44:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d35f1363-7ece-4bef-803e-c4b25d82247c</guid><dc:creator>PW</dc:creator><description>&lt;p&gt;Thanks for the hint. In fact&amp;nbsp;I mixed attriibutes and additionally I used data structures &amp;quot;write_params_t&amp;quot; and &amp;quot;tx_message_t&amp;quot; wrongly. After a bit longer analyze your links and &amp;quot;ble_app_uart&amp;quot; I&amp;nbsp;handled with my problem. I adapted &amp;quot;ble_app_blinky&amp;quot;&amp;nbsp;to my needs and everything works fine :)&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;PW&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sending data from central to peripheral</title><link>https://devzone.nordicsemi.com/thread/239063?ContentTypeID=1</link><pubDate>Tue, 10 Mar 2020 10:52:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:422beb5a-1680-4014-b1f0-bc69e2dc24d1</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I think you are mixing the CCCD attribute with the LED Button attribute.&amp;nbsp;You should not modify the length of the CCCD, since this is not where the data is actually being sent. The CCCD is used by the GATT client to control what packets the GATT server can send to it, and any&amp;nbsp;characteristics which have notifications or indications enabled will have a CCCD associated with it. Since the CCCD can only be equal to either 0x00,&amp;nbsp;&lt;span&gt;0x01 (notification) or&amp;nbsp;0x02 (indication), it doesn&amp;#39;t make sense to make it larger than 2 (BLE_CCCD_VALUE_LEN).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;These links may be helpful:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/53149/data-transmission-method-by-write-from-central-to-multi-role"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/53149/data-transmission-method-by-write-from-central-to-multi-role&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/561/what-does-cccd-mean"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/561/what-does-cccd-mean&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/48939/how-to-receive-notification-with-size-greater-than-20-bytes"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/48939/how-to-receive-notification-with-size-greater-than-20-bytes&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>