<?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>writing to multiple CCCD handles</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24573/writing-to-multiple-cccd-handles</link><description>I am attempting to write to multiple CCCD handles in a service as a central with no luck. I need to write to one CCCD handle to enable notifications and another handle (BLE_UUID_UPDATE_CHARACTERISTIC) to determine the notification frequency, but I am</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 24 Aug 2017 06:46:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24573/writing-to-multiple-cccd-handles" /><item><title>RE: writing to multiple CCCD handles</title><link>https://devzone.nordicsemi.com/thread/96750?ContentTypeID=1</link><pubDate>Thu, 24 Aug 2017 06:46:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:afe21668-10a6-4d41-8b7a-3b1d595df9a5</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Excellent I converted this to an aswer. Note that you should check the error code returned by sd_ble_gattc_write (cccd_configure_value). This would have given you an NRF_ERROR_BUSY when trying to perform a new write request with another one pending.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: writing to multiple CCCD handles</title><link>https://devzone.nordicsemi.com/thread/96749?ContentTypeID=1</link><pubDate>Wed, 23 Aug 2017 17:07:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d78d823-6d94-4705-a5ba-91046ded731d</guid><dc:creator>pbirkner</dc:creator><description>&lt;p&gt;I was a bit confused about writing to a characteristic vs a characteristic descriptor, but I did have the correct handle. I solved my problem by creating a write-buffer similar to the one used in the ble_ancs_c service.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: writing to multiple CCCD handles</title><link>https://devzone.nordicsemi.com/thread/96748?ContentTypeID=1</link><pubDate>Wed, 23 Aug 2017 12:57:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd15b5f7-e24b-40b7-b0ca-dd318f83d371</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Can you clearify a few things: What is 0xFF60? is this the BLE_UUID_UPDATE_CHARACTERISTIC?&lt;br /&gt;
0xFDA0 looks like a characteristic descriptor, not a characteristic. Can you check that you are trying to write to the correct handle?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>