<?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>nRF51822 BLE UART message control</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17151/nrf51822-ble-uart-message-control</link><description>Hi I&amp;#39;m an undergrade student in dongguk Univ. in South Korea. 
 I want to control the sending message and receiving message. 
 I use the android studio. 
 What do I do ? 
 Please tell me about that . 
 I use the Android-BLE-UART source code in GitHub</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Oct 2016 14:24:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17151/nrf51822-ble-uart-message-control" /><item><title>RE: nRF51822 BLE UART message control</title><link>https://devzone.nordicsemi.com/thread/65893?ContentTypeID=1</link><pubDate>Mon, 24 Oct 2016 14:24:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:329bf11b-769a-4471-b06a-5cba39c8e21c</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Not sure I completely understand your question. But notifications are enabled using the enableTXNotification function in the UartService. e.g. mService.enableTXNotification in MainActivity. This is how you get data. i.e. by enabling notifications so the peripheral can send data to you.&lt;/p&gt;
&lt;p&gt;Looks like you have identified the send part, e.g. mService.writeRXCharacteristic(value);&lt;/p&gt;
&lt;p&gt;There is also a function for reading a value, readCharacteristic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>