<?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>Can Central and Peripherals receive AND send data?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90243/can-central-and-peripherals-receive-and-send-data</link><description>Hello everyone, 
 I am working with the SDK v17.1.0 with the DK nRF52832 with the examples of ble_app_uart and ble_app_uart_c. 
 I managed to implement a multilink communication of BLE over UART with two peripherals and a central. 
 
 What I have now</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 Jul 2022 08:46:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90243/can-central-and-peripherals-receive-and-send-data" /><item><title>RE: Can Central and Peripherals receive AND send data?</title><link>https://devzone.nordicsemi.com/thread/378018?ContentTypeID=1</link><pubDate>Thu, 21 Jul 2022 08:46:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9811ad28-90dc-4060-8b6d-4c63209078c3</guid><dc:creator>Zara Wu </dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;When the&amp;nbsp;Central sends, use sd_ble_gattc_write(uint16_t conn_handle, ble_gattc_write_params_t const *p_write_params), and obtain the conn_handle of different Peripherals when connecting, which is used to distinguish different &lt;span&gt;Peripherals&lt;/span&gt; devices and the characteristic value parameters of the &lt;span&gt;Peripherals&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;To get the &lt;span&gt;Peripherals&lt;/span&gt; notification data, you can get it in BLE_GATTC_EVT_HVX in ble_evt_handler().&lt;/p&gt;
&lt;p&gt;If you want to use the official demo, can refer to \examples\ble_central\ble_app_uart_c&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hope it helps.&lt;/p&gt;
&lt;p&gt;Thanks and best regards&lt;/p&gt;
&lt;p&gt;Zara Wu (RF-star technology)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>