<?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>bt_gatt: Unable to register handle 0x0016 on ncs v2.4.2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/107413/bt_gatt-unable-to-register-handle-0x0016-on-ncs-v2-4-2</link><description>I use nRF5340 to test Nordic UART Service. But RTT Viewer the following error messages. What is meaning and how to fix it?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 17 Jan 2024 00:38:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/107413/bt_gatt-unable-to-register-handle-0x0016-on-ncs-v2-4-2" /><item><title>RE: bt_gatt: Unable to register handle 0x0016 on ncs v2.4.2</title><link>https://devzone.nordicsemi.com/thread/464490?ContentTypeID=1</link><pubDate>Wed, 17 Jan 2024 00:38:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e84e787b-faab-4b72-8e26-be264a51ab92</guid><dc:creator>snowuyl</dc:creator><description>&lt;p&gt;Thanks for your great support! This issue has been fixed after removing calling &lt;span&gt;smp_bt_register()&lt;/span&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: bt_gatt: Unable to register handle 0x0016 on ncs v2.4.2</title><link>https://devzone.nordicsemi.com/thread/464335?ContentTypeID=1</link><pubDate>Tue, 16 Jan 2024 09:49:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18a8a68e-0604-4d05-aff9-be1dfeaf0ae0</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;&lt;span&gt;The function smp_bt_register() runs automatically on startup when CONFIG_MCUMGR_TRANSPORT_BT is enabled. Therefore, you should remove your call to this function in main().&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: bt_gatt: Unable to register handle 0x0016 on ncs v2.4.2</title><link>https://devzone.nordicsemi.com/thread/464332?ContentTypeID=1</link><pubDate>Tue, 16 Jan 2024 09:37:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5dee3df5-bbff-47a9-909c-ce27d6ae107b</guid><dc:creator>snowuyl</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/5468.prj.conf"&gt;devzone.nordicsemi.com/.../5468.prj.conf&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: bt_gatt: Unable to register handle 0x0016 on ncs v2.4.2</title><link>https://devzone.nordicsemi.com/thread/464331?ContentTypeID=1</link><pubDate>Tue, 16 Jan 2024 09:35:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f21a7c66-e490-4ff9-ba92-504d0c2ba063</guid><dc:creator>snowuyl</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/1055.bt_5F00_comm.c"&gt;devzone.nordicsemi.com/.../1055.bt_5F00_comm.c&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: bt_gatt: Unable to register handle 0x0016 on ncs v2.4.2</title><link>https://devzone.nordicsemi.com/thread/464330?ContentTypeID=1</link><pubDate>Tue, 16 Jan 2024 09:35:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75b6a475-a6e0-46c5-969a-348e29b1482b</guid><dc:creator>snowuyl</dc:creator><description>&lt;p&gt;I have created a new project for testing the NUS service. I found the error is caused by calling smp_bt_register(). Should I add more configuration in &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/5468.prj.conf"&gt;prj.conf&lt;/a&gt; file?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;00&amp;gt; before calling smp_bt_register
00&amp;gt; [00:00:00.000,915] &amp;lt;err&amp;gt; bt_gatt: Unable to register handle 0x0016
00&amp;gt; after calling smp_bt_register&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: bt_gatt: Unable to register handle 0x0016 on ncs v2.4.2</title><link>https://devzone.nordicsemi.com/thread/464305?ContentTypeID=1</link><pubDate>Tue, 16 Jan 2024 08:04:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef484ff4-be13-4a00-b6b2-f5f09f5ae20a</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;How are you testing the UART service? Are you using the original &amp;#39;peripheral_uart&amp;#39; sample, or are you trying to integrate the service into another project?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>