<?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>Peer Manager disconnect after connection with NRF52 and Android 7.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23634/peer-manager-disconnect-after-connection-with-nrf52-and-android-7-0</link><description>I&amp;#39;m attempting to use Peer Manager with my nRF52832 module as a peripheral with an Android 7.0 phone as the central device. 
 My program is a mix between the NUS example and the Template (for the PM side).
What I&amp;#39;m experiencing is this: 
 On startup</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 28 Jul 2017 18:19:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23634/peer-manager-disconnect-after-connection-with-nrf52-and-android-7-0" /><item><title>RE: Peer Manager disconnect after connection with NRF52 and Android 7.0</title><link>https://devzone.nordicsemi.com/thread/92861?ContentTypeID=1</link><pubDate>Fri, 28 Jul 2017 18:19:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e80230d-7fdd-4cbb-afb4-ed353c721fa4</guid><dc:creator>Greg Nowak</dc:creator><description>&lt;p&gt;Nick,  I started with the &amp;quot;ble_app_template&amp;quot; project (examples\ble_peripheral\ble_app_template).  That uses &amp;quot;peer manager&amp;quot;.  I look at that as a starting place and merged that into my Nordic Uart Service application, since my application is a single peripheral connected to a single central device and talking over the Nordic Uart Service.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Peer Manager disconnect after connection with NRF52 and Android 7.0</title><link>https://devzone.nordicsemi.com/thread/92863?ContentTypeID=1</link><pubDate>Fri, 28 Jul 2017 17:59:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff78a895-0da9-4d70-9a15-f1817ef36795</guid><dc:creator>Nick Bentzen</dc:creator><description>&lt;p&gt;Greg, what do you mean by the Template?  I am struggling to finish a very similar application (peripheral connects to one central, whitelists it and then only talks to that one device unless the user chooses to attach it to a new central).  I have tried adapting the peer management code from the examples but find it confusing, and it also doesn&amp;#39;t work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Peer Manager disconnect after connection with NRF52 and Android 7.0</title><link>https://devzone.nordicsemi.com/thread/92866?ContentTypeID=1</link><pubDate>Thu, 20 Jul 2017 15:15:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3bf7e16c-508e-49fa-973c-c1221ec04658</guid><dc:creator>Greg Nowak</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure why, but the nRF Connect App works perfectly, including the Bonding.  It must just be the generic Android Bluetooth interface (Bluetooth -&amp;gt; click on Device -&amp;gt; click &amp;quot;pair&amp;quot;) doesn&amp;#39;t work.   Looks like I&amp;#39;ll just use the nRF Connect App for now!&lt;br /&gt;
Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Peer Manager disconnect after connection with NRF52 and Android 7.0</title><link>https://devzone.nordicsemi.com/thread/92865?ContentTypeID=1</link><pubDate>Thu, 20 Jul 2017 14:22:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a1d98b2-8b33-4e8d-ab47-6a0a161f8999</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I see. Sounds like a cache problem. Delete unknown paired devices from the list, restart the smart phone, restart Bluetooth, and delete bond information on the nrf as well. Also try to connect with nRF Connect app instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Peer Manager disconnect after connection with NRF52 and Android 7.0</title><link>https://devzone.nordicsemi.com/thread/92864?ContentTypeID=1</link><pubDate>Thu, 20 Jul 2017 14:02:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac38d58b-440f-4d51-9034-695f083a413e</guid><dc:creator>Greg Nowak</dc:creator><description>&lt;p&gt;In the HCI Log i&amp;#39;m getting a successful connection, pairing, encryption, etc... but I&amp;#39;m getting &amp;quot;Bluetooth Attribute Protocol error, Attribute Not Found for Nordic Uart Service (blah blah)&amp;quot;
I&amp;#39;m using the generic application on my phone to do the pairing, not something that that would support the Nordic Uart Service.
Shouldn&amp;#39;t Android simply be able to bond with the device and show me the services it found?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Peer Manager disconnect after connection with NRF52 and Android 7.0</title><link>https://devzone.nordicsemi.com/thread/92860?ContentTypeID=1</link><pubDate>Thu, 20 Jul 2017 13:18:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b31ae67-6172-4ad8-81e6-c9594af89b2e</guid><dc:creator>Greg Nowak</dc:creator><description>&lt;p&gt;I&amp;#39;m using SDK 13.0.0 with s132 nrf52 4.0.3 Soft Device.  Unfortunately there is too much proprietary firmware in my project at the moment for me to share the complete project.  I&amp;#39;ll see if I can get the HCI dump from my phone and see if it gives me any more hints.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Peer Manager disconnect after connection with NRF52 and Android 7.0</title><link>https://devzone.nordicsemi.com/thread/92862?ContentTypeID=1</link><pubDate>Thu, 20 Jul 2017 08:32:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02aa8601-6121-47f8-9211-2b0cfb025d4f</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Seems like the phone for some reason disconnects. Could you provide a sniffer trace? Or maybe you can upload your complete project so I can test it here? Which SDK and SoftDevice version are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>