<?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>many characteristic with notify</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/111943/many-characteristic-with-notify</link><description>hi,all 
 I Need add many characteristic with notify in one service,and I wish it can send notify to the phone once the phone enable cccd. 
 1.tx_handles can work,buf rx_handles can not ,it err_code is 0x08 or 0x3401 or 3003,how can i do? 
 below is my</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 09 Jun 2024 13:57:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/111943/many-characteristic-with-notify" /><item><title>RE: many characteristic with notify</title><link>https://devzone.nordicsemi.com/thread/487996?ContentTypeID=1</link><pubDate>Sun, 09 Jun 2024 13:57:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57bb5775-1aa1-4728-846c-2acc49de831e</guid><dc:creator>ycp</dc:creator><description>&lt;p&gt;memset(&amp;amp;hvx_params, 0, sizeof(hvx_params));&lt;/p&gt;
&lt;p&gt;hvx_params.handle = p_nus-&amp;gt;tx_handles.value_handle;&amp;nbsp; // !!!&amp;nbsp; must change according to right handle&lt;br /&gt; hvx_params.p_data = p_data;&lt;br /&gt; hvx_params.p_len = p_length;&lt;br /&gt; hvx_params.type = BLE_GATT_HVX_NOTIFICATION;&lt;/p&gt;
&lt;p&gt;return sd_ble_gatts_hvx(conn_handle, &amp;amp;hvx_params);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>