<?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>How can i send command to ble to get data?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20271/how-can-i-send-command-to-ble-to-get-data</link><description>I&amp;#39;m a newby. I&amp;#39;m troubles understanding how to send command to ble. my band have own protocol like this : 
if you send &amp;#39;AB02FF7180&amp;#39; to ble means your band will shock 5 times.
i saw the sample find 
 public static final String RX_SERVICE_UUID = &amp;quot;6e400001</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 Mar 2017 04:10:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20271/how-can-i-send-command-to-ble-to-get-data" /><item><title>RE: How can i send command to ble to get data?</title><link>https://devzone.nordicsemi.com/thread/78964?ContentTypeID=1</link><pubDate>Wed, 08 Mar 2017 04:10:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40ed54c9-d9f3-4d10-b42f-ec5093e40ce3</guid><dc:creator>Roger Clark</dc:creator><description>&lt;p&gt;The snipped you posted are the identifier (UUID) codes for something called RX_SERVICE, which is has a 128 bit service UUID code.&lt;/p&gt;
&lt;p&gt;This is a custom service.&lt;/p&gt;
&lt;p&gt;The RX_CHAR_UUID and TX_CHAR_UUID are the receive and transmit Characteristics within this service&lt;/p&gt;
&lt;p&gt;I think you are probably using the Nordic UART service.&lt;/p&gt;
&lt;p&gt;Anyway. If you don&amp;#39;t know what a Service or a Characteristic is, I think you should Google these terms in relation to Bluetooth and read the articles you find&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>