<?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>notification vs. writes: full-duplex?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/4381/notification-vs-writes-full-duplex</link><description>We are using the S110 as a peripheral that emits data via notifications. 
 Is it safe for the central to also send characteristic writes while notifications are being emitted by the S110 (&amp;quot;full-duplex&amp;quot; communication)? Or do we need to design our protocol</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Nov 2014 15:33:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/4381/notification-vs-writes-full-duplex" /><item><title>RE: notification vs. writes: full-duplex?</title><link>https://devzone.nordicsemi.com/thread/15560?ContentTypeID=1</link><pubDate>Mon, 10 Nov 2014 15:33:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:863c3ae9-0e42-4cba-bae0-204b6e385f71</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;p&gt;The communication will not happen at the same time as the protocol states how information is shared. So for a connection event the bluetooth core spec states that the central will start every connection interval and then the central and peripheral will share information based on that. So yes, you can do a characteristic write from the central and still have the notifications from the peripheral. The softdevice/stack will handle this for you so that it is sent without interfering for each other.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>