<?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>indication to notification in ble HTS profile</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15056/indication-to-notification-in-ble-hts-profile</link><description>Hi, 
 I am new to the BLE profiles. I am have to send the TMP007 temperature sensor values to mobile APP using BLE HTS profile. for this I am using sample example of nrf52 SDK 11.0.0. 
 When I am running the sample example without any changes i am not</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Jul 2016 14:29:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15056/indication-to-notification-in-ble-hts-profile" /><item><title>RE: indication to notification in ble HTS profile</title><link>https://devzone.nordicsemi.com/thread/57466?ContentTypeID=1</link><pubDate>Tue, 12 Jul 2016 14:29:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e591794-372b-4a9b-9a43-799758cc68cf</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;In services_init() you can see that the security level for link has to be 2 (Unauthenticated pairing with encryption, but no MITM protection) to be able to write to the CCCD (enable ind/not):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM(&amp;amp;hts_init.hts_meas_attr_md.cccd_write_perm);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Try to pair/bond first, then you should be able to write to the CCCD.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>