<?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>Determine whether notification has been sent</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18402/determine-whether-notification-has-been-sent</link><description>Hello,
is there a possibility on nrf51 8.0.0 softdevice to determine whether particular notification has been received by remote device? 
 I use sd_ble_gatts_hvx() to send notifications and I know that softdevice can buffer multiple notifications and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Dec 2016 14:44:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18402/determine-whether-notification-has-been-sent" /><item><title>RE: Determine whether notification has been sent</title><link>https://devzone.nordicsemi.com/thread/71028?ContentTypeID=1</link><pubDate>Wed, 14 Dec 2016 14:44:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:790c6bf2-f348-4929-b74b-553914fb058f</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;By spec, notifications are not intended to be used if the application needs an ack from the client. Therefore, it is not possible to get an event/callback in the application layer when the client has ack&amp;#39;ed a notification.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;(Bluetooth Core Specification, v.4.2, Part G, Chapter 4.10.1) This sub-procedure [notifications] is used when a server is configured to notify a
Characteristic Value to a client without expecting any Attribute Protocol layer
acknowledgment that the notification was successfully received.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I don&amp;#39;t know if it can be of any value, but you could have a look at radio notifications from the softdevice. Radio notifications are events notifying that the radio is active/not active.&lt;/p&gt;
&lt;p&gt;Can I ask why you need to know when a specific notification was received at the client side?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>