<?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>ANCS with NUS on nRF51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1957/ancs-with-nus-on-nrf51822</link><description>I saw an ANCS examples in sdk5.1.0(softdevice=6.0.0), and then I put this example to port to sdk4.4.2 (softdevice=5.2.1) and the example worked perfectly. But when I put the case into a complex project including many services, ANCS is not working properly</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 21 Mar 2014 15:58:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1957/ancs-with-nus-on-nrf51822" /><item><title>RE: ANCS with NUS on nRF51822</title><link>https://devzone.nordicsemi.com/thread/8414?ContentTypeID=1</link><pubDate>Fri, 21 Mar 2014 15:58:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee7dffef-bdd9-40e7-b172-435bd4bbdd79</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;All ATT Error codes are defined in ble_gatt.h, and as you can see there, 0x010A is BLE_GATT_STATUS_ATTERR_ATTRIBUTE_NOT_FOUND. This means that the GATT Client can&amp;#39;t find the ANCS service in the attribute table of the iPhone. I&amp;#39;ve seen this happen right after the iPhone has been restarted, but I wouldn&amp;#39;t expect this to happen when the iPhone is already running. Also, which iOS version do you run on your phone?&lt;/p&gt;
&lt;p&gt;However, beware that it will not be possible to implement a complete ANCS client with S110 version 5.2.1, primarily becaues it doesn&amp;#39;t support doing Long Write as a GATT Client, and this is required to do the Get App Attributes command. This is not yet implemented in the ANCS example of the SDK, but will probably be in future releases.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>