<?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>BLE Notification not confirmed on Android</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14114/ble-notification-not-confirmed-on-android</link><description>Hi, 
 I&amp;#39;m working on an application with S130 central (client) connecting to an Android peripheral device (server).
I have two characteristics on peripheral device, one for write and one for notify.
I can successfully register on notification and write</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 31 May 2016 07:46:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14114/ble-notification-not-confirmed-on-android" /><item><title>RE: BLE Notification not confirmed on Android</title><link>https://devzone.nordicsemi.com/thread/53945?ContentTypeID=1</link><pubDate>Tue, 31 May 2016 07:46:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:431dbecb-d583-4c9e-af79-1a0386a229c8</guid><dc:creator>A_Caron</dc:creator><description>&lt;p&gt;I finally found the problem using a sniffer
It&amp;#39;s seems that Android always send the first notification as indiaction but I didn&amp;#39;t handle these.&lt;/p&gt;
&lt;p&gt;So i just add&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;if (pHVXEvent-&amp;gt;type == BLE_GATT_HVX_INDICATION) {
	sd_ble_gattc_hv_confirm(pWpd-&amp;gt;conn_handle, pHVXEvent-&amp;gt;handle);
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;And it&amp;#39;s work properly !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Notification not confirmed on Android</title><link>https://devzone.nordicsemi.com/thread/53944?ContentTypeID=1</link><pubDate>Tue, 31 May 2016 07:43:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15d0ca90-18d7-4c01-8635-ab8be5e32f7d</guid><dc:creator>A_Caron</dc:creator><description>&lt;p&gt;Yes notify is enable on Android and I subscribe on it writting BLE_GATT_HVX_NOTIFICATION on CCCD handle&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Notification not confirmed on Android</title><link>https://devzone.nordicsemi.com/thread/53943?ContentTypeID=1</link><pubDate>Fri, 27 May 2016 12:14:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b02edbe-0a7a-41d2-8d9f-6d1bef6b1c8a</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Did you enable notfication by writing to the CCCD&amp;#39;s when using the S130 as central device?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>