<?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>How to configure the CCCD for ble_gls through iOS code?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10722/how-to-configure-the-cccd-for-ble_gls-through-ios-code</link><description>Hi, 
 I am using the sample ble_gls code from Nordic.
When i try to write to the RACP characteristic through an iOS code that we are developing it gives an error CCCD not configured.
Can someone guide us how to configure the CCCD in this case?
When</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 09 Dec 2015 16:47:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10722/how-to-configure-the-cccd-for-ble_gls-through-ios-code" /><item><title>RE: How to configure the CCCD for ble_gls through iOS code?</title><link>https://devzone.nordicsemi.com/thread/40054?ContentTypeID=1</link><pubDate>Wed, 09 Dec 2015 16:47:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a3c81e4-769e-4290-85c0-605c238b15ec</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi SumitS,&lt;/p&gt;
&lt;p&gt;You should follow &lt;a href="https://developer.apple.com/library/ios/documentation/NetworkingInternetWeb/Conceptual/CoreBluetooth_concepts/PerformingCommonCentralRoleTasks/PerformingCommonCentralRoleTasks.html#//apple_ref/doc/uid/TP40013257-CH3-SW16"&gt;this documentation&lt;/a&gt; on subscribing to a characteristic value.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure the CCCD for ble_gls through iOS code?</title><link>https://devzone.nordicsemi.com/thread/40053?ContentTypeID=1</link><pubDate>Wed, 09 Dec 2015 15:25:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e515c575-5b5e-40ac-9a3a-af08ef6a06af</guid><dc:creator>SumitS</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is there an example code of nrf Toolbox.
When i write through the nrf toolbox to my peripheral i need not comment out the CCCD configuration code. But when i am doing through our customized app i need to comment the CCCD configuration code.
I believe my customised app is not configuring the CCCD. Can you tell us how to configure the CCCD through iOS code. What service or characteristic we need to use to write to the CCCD configuration.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure the CCCD for ble_gls through iOS code?</title><link>https://devzone.nordicsemi.com/thread/40052?ContentTypeID=1</link><pubDate>Wed, 09 Dec 2015 14:20:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9c38855-cd6f-4dd7-8f42-0b43e7e14595</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi SumitS,&lt;/p&gt;
&lt;p&gt;CCCD needed to be configured in order for the peripheral to send data (via notification or indication) back to the central device.
You can write 1 or 2 to the CCCD characteristic to enable notification/indication.
If you remove the CCCD you won&amp;#39;t be able to do notification.&lt;/p&gt;
&lt;p&gt;I assume the iOS code require you to write to the CCCD before you write to the RACP. Please follow what we have in the example app in nRF Toolbox.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>