<?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>Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116455/matter-door-lock-using-bluetooth-le-with-nordic-uart-service</link><description>I am try to make Bluetooth LE with Nordic UART Service bondable in to pair with central, not requiring to enter pairing code again and again. 
 I have set followings in prj.conf file but matter ble manager fails to start after adding these in config file</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Feb 2025 14:39:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116455/matter-door-lock-using-bluetooth-le-with-nordic-uart-service" /><item><title>RE: Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/thread/525101?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2025 14:39:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f02cb87b-0418-4a99-8374-0562bab1817a</guid><dc:creator>BilalAliAhmad</dc:creator><description>&lt;p&gt;Yes I tried last time by adding these config settings in prj.conf and application started crashing:&lt;/p&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_ID_MAX&lt;/span&gt;&lt;span&gt;=2&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_BONDABLE&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;I think this commit is not part of ncs 2.7.0 as I am using ncs 2,7.0&lt;br /&gt;&lt;a id="" href="https://github.com/nrfconnect/sdk-connectedhomeip/commit/5ae63841a525579afce2c6bb7abcf33692b07a4a"&gt;https://github.com/nrfconnect/sdk-connectedhomeip/commit/5ae63841a525579afce2c6bb7abcf33692b07a4a&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/thread/525095?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2025 14:25:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2dcc32af-3cd6-49ff-b07a-34ba07ad8b10</guid><dc:creator>SubuMuthu</dc:creator><description>&lt;p&gt;The above setting will go in to prj.conf. Add them to prj.conf, build and it should work,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/thread/524902?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 16:45:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b14161f-9211-48b4-8a47-c84736899307</guid><dc:creator>BilalAliAhmad</dc:creator><description>&lt;p&gt;Yes I am using additional BLE service similar to NUS but I was only adding these to enable bonding and application was crashing.&amp;nbsp;&lt;/p&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_ID_MAX&lt;/span&gt;&lt;span&gt;=2&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_BONDABLE&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;I need to merge those changes into my local Zephyr repo to make these settings work. Right?&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/thread/524896?ContentTypeID=1</link><pubDate>Wed, 26 Feb 2025 16:16:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6841c36f-3391-4839-9f9c-ba2230d92e9f</guid><dc:creator>SubuMuthu</dc:creator><description>&lt;p&gt;You are correct - Bonding can not be enabled for Matter BLE services. I thought you have additional&amp;nbsp; BLE service like NUS. If so, suggest you to look at the below. I have bonding enabled for custom BLE service&amp;nbsp; with Matter&amp;nbsp; and it works.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/119370/nrf54l15-sram-crypto-questions"&gt;nRF54L15 + SRAM + Crypto questions&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://github.com/nrfconnect/sdk-connectedhomeip/commit/5ae63841a525579afce2c6bb7abcf33692b07a4a"&gt;https://github.com/nrfconnect/sdk-connectedhomeip/commit/5ae63841a525579afce2c6bb7abcf33692b07a4a&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Obviously there is a mutual interest so appreciate&amp;nbsp; hearing your findings.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/thread/523948?ContentTypeID=1</link><pubDate>Thu, 20 Feb 2025 16:40:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7fc9add9-30a1-402a-ab37-3916867bea2c</guid><dc:creator>BilalAliAhmad</dc:creator><description>&lt;p&gt;it is doing same it simply crashes my application&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1740069649898v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Bonding cannot be enabled for Matter BLE services, as this makes it non-compliant with the Matter specification due to the requirement that a static random address shall be used for Matter BLE service advertising purposes.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/thread/523769?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2025 20:19:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f5fe59d-6bba-4dce-8838-3b8155c6c18d</guid><dc:creator>SubuMuthu</dc:creator><description>&lt;p&gt;Not sure if you got the answers: Try&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_ID_MAX&lt;/span&gt;&lt;span&gt;=2&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BT_BONDABLE&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;This was nordic recommendation to enable bonding for BLE + Matter applications.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/thread/511750?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 21:46:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:210f259b-3051-4711-9f85-4ef888518980</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Please create a new support case for the latest issue. I will be out of the office for one week and cannot provide the support immediately.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/thread/511711?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 15:10:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d54fdc61-0be7-4aef-82e7-37fffc0c86d9</guid><dc:creator>BilalAliAhmad</dc:creator><description>&lt;p&gt;This is not good for us. How can we bond BLE central devices to Matter enabled peripheral devices over BLE without bonding?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/thread/511553?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2024 17:00:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5366423c-9cb2-434e-88d3-c6209b4a1450</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;I know, but &lt;span&gt;Matter BLE services cannot support that&amp;nbsp;&lt;/span&gt;as my colleague explained in that post.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/thread/511552?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2024 16:44:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1468e2a5-8a48-4d93-86d3-36bc5dc01a4b</guid><dc:creator>BilalAliAhmad</dc:creator><description>&lt;p&gt;Please try to understand my question, I want to enable bonding, &amp;nbsp;not disable it.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/thread/511551?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2024 16:42:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5590ca85-e672-4aa8-9a36-1cd12b260033</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;&lt;span&gt;Disabling bonding with CONFIG_BT_BONDABLE=n and&amp;nbsp;CONFIG_BT_PRIVACY=n should fix this issue.&amp;nbsp;&lt;/span&gt;Check my colleague&amp;#39;s explanation in&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/113635/adding-custom-ble-services-to-matter/496851"&gt;this post&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/thread/511535?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2024 15:28:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5cc7c652-3583-4cc0-8a59-2901ce92d8e5</guid><dc:creator>BilalAliAhmad</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/amanda"&gt;Amanda Hsieh&lt;/a&gt;&amp;nbsp;any update on this please?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/thread/511354?ContentTypeID=1</link><pubDate>Wed, 20 Nov 2024 15:30:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:949cf706-6c30-470b-a044-3befcc6e3146</guid><dc:creator>BilalAliAhmad</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/amanda"&gt;Amanda Hsieh&lt;/a&gt;&amp;nbsp;This is the error I get when bonding is enabled with above config settings on matter door lock example:&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1732116570994v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;These are settings enables in prj.conf&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_CHIP_NUS=y
CONFIG_BT_BONDABLE=y
CONFIG_BT_PRIVACY=y
CONFIG_BT_SMP=y
CONFIG_BT_SETTINGS=y&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/thread/511252?ContentTypeID=1</link><pubDate>Wed, 20 Nov 2024 09:39:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3af2bc3d-48d3-40cf-8d79-fdaa2c12ba90</guid><dc:creator>BilalAliAhmad</dc:creator><description>&lt;p&gt;I want passkey but the point is if two BT devices are paired and bonded, device should not ask for passkey again. Right? But if I enable bondable config on matter door lock sample, BLE manager stops working.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Generally, if perhipheral is paired with a cenrtal such as mobile if if you disconnected your phone from the peripheral and then reconnected, you could re-encrypt the link without pairing again.&amp;nbsp;But if we reset the device and tried to reconnect, we needed to pair again. I want to enable bonding on matter door lock sample but it is not working.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/thread/510945?ContentTypeID=1</link><pubDate>Mon, 18 Nov 2024 17:03:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0371343-97bc-4953-ab1b-9d96817e588c</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The authenticated pairing&amp;nbsp;callbacks (&lt;code&gt;&lt;span&gt;bt_conn_auth_cb&lt;/span&gt;&lt;/code&gt;) is to&amp;nbsp;handle in the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.8.0/page/nrf/applications/nrf_desktop/doc/passkey.html#nrf-desktop-passkey"&gt;&lt;span&gt;Passkey module&lt;/span&gt;&lt;/a&gt;. If you want to pair without a passkey, you can remove it. See&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.8.0/page/nrf/applications/nrf_desktop/doc/ble_passkey.html"&gt;Passkey enabled&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/thread/510918?ContentTypeID=1</link><pubDate>Mon, 18 Nov 2024 14:35:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:789b8853-6b4d-4004-a76e-c56fd401e604</guid><dc:creator>BilalAliAhmad</dc:creator><description>&lt;p&gt;I need a authenticated pairing but I want pairing to be bondable.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter door lock using Bluetooth LE with Nordic UART Service</title><link>https://devzone.nordicsemi.com/thread/510917?ContentTypeID=1</link><pubDate>Mon, 18 Nov 2024 14:31:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:424175cc-8121-4611-a377-95b9920a497c</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can comment out &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v2.8.0/samples/matter/common/src/bt_nus/bt_nus_service.cpp#L89-L90"&gt;bt_conn_auth_cb_register&lt;/a&gt;&amp;nbsp;if you don&amp;#39;t need the&amp;nbsp;&lt;span&gt;authenticated pairing.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>