<?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>ble not sending data outside main.c</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18259/ble-not-sending-data-outside-main-c</link><description>my ble can send data when the data send function called inside main.c ,
But it is not sending data other than in main.c like other source files.. and getting error invalid attribute handle... please help me</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 09 Jan 2017 23:54:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18259/ble-not-sending-data-outside-main-c" /><item><title>RE: ble not sending data outside main.c</title><link>https://devzone.nordicsemi.com/thread/70518?ContentTypeID=1</link><pubDate>Mon, 09 Jan 2017 23:54:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13fd20f8-c8d3-49d7-ada2-fa6273191cce</guid><dc:creator>Daniel Wang</dc:creator><description>&lt;p&gt;What example are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble not sending data outside main.c</title><link>https://devzone.nordicsemi.com/thread/70517?ContentTypeID=1</link><pubDate>Thu, 08 Dec 2016 13:12:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f68ae38-aedb-4c0f-bde4-d51849e3ea16</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;May be you have connection handle parameter defined in main.c as static, same name defined in other files as static so in reality variables are different. Check name you use in sd_ble_gatts_hvx() call and search in your project for all definitions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>