<?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 Pairing through App vs Device Settings</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11691/ble-pairing-through-app-vs-device-settings</link><description>I have been searching around, and it seems BLE devices need to be paired through their app on phones, as opposed to discovering and pairing through the phones settings menu. 
 Can anyone explain why we cannot pair a BLE device through a phones settings</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Feb 2016 13:46:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11691/ble-pairing-through-app-vs-device-settings" /><item><title>RE: BLE Pairing through App vs Device Settings</title><link>https://devzone.nordicsemi.com/thread/44193?ContentTypeID=1</link><pubDate>Thu, 04 Feb 2016 13:46:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae200494-e216-4cdb-92e9-293e221fb6d2</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;&lt;a href="https://developer.apple.com/library/prerelease/ios/documentation/CoreBluetooth/Reference/CBCentralManager_Class/index.html#//apple_ref/occ/instm/CBCentralManager/retrieveConnectedPeripheralsWithServices:"&gt;retrieveConnectedPeripheralsWithServices:&lt;/a&gt; will return any connected device regardless of whether it is bonded or not.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Pairing through App vs Device Settings</title><link>https://devzone.nordicsemi.com/thread/44192?ContentTypeID=1</link><pubDate>Thu, 04 Feb 2016 13:09:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:abd26df6-07f2-4f68-9a04-936b078cdd72</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;On iOS, on the other hand, as Runar wrote, the only way to bond with a device is by trying to read or write a secured characteristic or descriptor. iOS API allows apps to retrieve connected devices, but no bonded devices. I don&amp;#39;t know how the gatt server behaves there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Pairing through App vs Device Settings</title><link>https://devzone.nordicsemi.com/thread/44191?ContentTypeID=1</link><pubDate>Thu, 04 Feb 2016 13:06:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d7b3161-e95b-4711-9825-4a3affecfa53</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Hi,
On Android you should be able to pair with any device using Settings. If Android supports it (like HID) it will connect to it. Otherwise it will just bond and disconnect.
In the nRF MCP 4+ you have the BONDED tab, where you can see all your bonded devices. If the device is already connected, for example using another app, you may click the CONNECT button and connect to it also from nRF MCP. If it&amp;#39;s not connected, it has to advertise or at least listen for connect request from the phone. Usually bonded devices are advertising directly to paired device.
In nRF MCP 4+ you may also discover connections made by other application. To do that you have to enable the GATT server (Configure GATT server in navigation menu). It doesn&amp;#39;t have to have any services, but has to be enabled. Then, whenever a device connects to a phone (or phone to a device), a tab will be opened.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Pairing through App vs Device Settings</title><link>https://devzone.nordicsemi.com/thread/44190?ContentTypeID=1</link><pubDate>Wed, 03 Feb 2016 18:44:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a350e87-e760-4e59-b8a3-1845e316c50e</guid><dc:creator>acalpitojr</dc:creator><description>&lt;p&gt;Im using android with nRF Master Control Panel.&lt;/p&gt;
&lt;p&gt;If I do the pairing through the android Bluetooth device settings, then open the nRF Master Conrol Panel app, the device will not be found.  I would have to make the device advertise again, and then it would show up in the app and be able to connect, and then I would be able to read all the characteristics.&lt;/p&gt;
&lt;p&gt;Is there a way for the app to be able to connect to a device that has already been paired from the android Bluetooth device menu?  Or is the only way for an app to be able to connect and read characteristics from a device, is for the device to be paired through the app itself?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Pairing through App vs Device Settings</title><link>https://devzone.nordicsemi.com/thread/44189?ContentTypeID=1</link><pubDate>Wed, 03 Feb 2016 08:27:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c16c0923-5510-442f-a17c-54f1262bf89c</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;This depends on what phone you are using. On Android i think you can discover and pair with most peripherals in the Bluetooth device menu. However, on iOS you will only see devices that is natively supported by iOS, e.g. HID, HRM, ANCS etc. So if you have another device you would have to connect from the app (pairing is handled by core bluetooth), note that I don&amp;#39;t see the problem in this approach as you would anyway need an application to use services not supported by the OS.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>