<?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>Disable BLE on mbed with nRF51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14206/disable-ble-on-mbed-with-nrf51822</link><description>Hi, 
 I use an nRF51822 QFAC A1 and my goal is to disable BLE in a powerdown mode, then when I press the pushbutton I want to restart BLE.
Tried using BLEDevice::shutdown() function but when I restart BLE with BLEDevice::init(), the device can be scanned</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Oct 2017 13:35:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14206/disable-ble-on-mbed-with-nrf51822" /><item><title>RE: Disable BLE on mbed with nRF51822</title><link>https://devzone.nordicsemi.com/thread/54271?ContentTypeID=1</link><pubDate>Thu, 26 Oct 2017 13:35:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6e1e34e-7253-4852-9ad2-e181ab4e6f81</guid><dc:creator>dhm92</dc:creator><description>&lt;p&gt;I&amp;#39;m having a very similar issue. Following a call to ble.shutdown() and a subsequent call to ble.init() on the peripheral, I am able to see my peripheral&amp;#39;s custom services from a central device, however, I cannot see any characteristics within the custom service. Did you ever find a solution for this? Any advice would be greatly appreciated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable BLE on mbed with nRF51822</title><link>https://devzone.nordicsemi.com/thread/54269?ContentTypeID=1</link><pubDate>Thu, 02 Jun 2016 07:20:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99b73d35-5ad4-411d-a111-bcc8b195345e</guid><dc:creator>Guillaume Levant</dc:creator><description>&lt;p&gt;The central device is a smartphone, and I use LightBlue app to commnicate through BLE with the peripheral. The problem is that I can connect the device but no service is available after I use shutdown and then init to restart BLE.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable BLE on mbed with nRF51822</title><link>https://devzone.nordicsemi.com/thread/54272?ContentTypeID=1</link><pubDate>Wed, 01 Jun 2016 19:52:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93889383-ceda-4263-9439-57a5bafaa5f6</guid><dc:creator>Christopher</dc:creator><description>&lt;p&gt;I am not very familiar with the mbed API, but according to the documentation of the &lt;code&gt;shutdown&lt;/code&gt; method:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When using S110,
GattClient::shutdown() will not be
called since Gatt client features are
not supported.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;See &lt;a href="https://github.com/ARMmbed/ble-nrf51822/blob/76959374986b843afd940fec5ae9bd39c0abcad7/source/nRF5xn.cpp#L151"&gt;github.com/.../nRF5xn.cpp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Could you check the error code returned by the &lt;code&gt;init&lt;/code&gt; method ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable BLE on mbed with nRF51822</title><link>https://devzone.nordicsemi.com/thread/54270?ContentTypeID=1</link><pubDate>Wed, 01 Jun 2016 12:44:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29442ddf-0902-406a-8364-b89b78f3e537</guid><dc:creator>Anders Strand</dc:creator><description>&lt;p&gt;Can you describe your central device, and how/where you do not see any services. Upload screenshots if you feel it can helpt desribe the problem&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>