<?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>Cant read characteristic</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24231/cant-read-characteristic</link><description>Hi guys,
i&amp;#39;m experimenting with ble_app_multiperipheral example from sdk14 and am having some issues.
I have made some modifications to be able to read and write characteristics. 
 For some reason with same setup one characteristic is readable and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 Aug 2017 05:44:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24231/cant-read-characteristic" /><item><title>RE: Cant read characteristic</title><link>https://devzone.nordicsemi.com/thread/95411?ContentTypeID=1</link><pubDate>Tue, 29 Aug 2017 05:44:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98778920-9b30-4672-95ee-e2f00af2ce35</guid><dc:creator>schef</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure what was the problem. I tryed to find the issue using meld (diff tool) but the registration was the same. One was working and the other one not. So i created the third one to see if the error will move to the 3 characteristic. And it didn&amp;#39;t. So i deleted the 2. char. The 1. and the 3. worked. Wierd but it works now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cant read characteristic</title><link>https://devzone.nordicsemi.com/thread/95410?ContentTypeID=1</link><pubDate>Mon, 14 Aug 2017 13:57:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19fa53c0-5787-46d4-9f46-592a8d2e6817</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you set both read properties  and read permissions ?
e.g.&lt;/p&gt;
&lt;p&gt;both&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;char_md.char_props.read   = 1; 
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;attr_md.read_perm  = p_cus_init-&amp;gt;custom_value_char_attr_md.read_perm;
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cant read characteristic</title><link>https://devzone.nordicsemi.com/thread/95409?ContentTypeID=1</link><pubDate>Thu, 10 Aug 2017 09:24:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:533137aa-6449-4fc9-8dcf-2d03031e78f1</guid><dc:creator>schef</dc:creator><description>&lt;p&gt;I have found the issue.
The service had the same uuid as the characteristic.&lt;/p&gt;
&lt;p&gt;But now when i change read to read_request the issue is back.
One characteristic reads the other one not.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>