<?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 + BLE scanning</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/104964/matter-ble-scanning</link><description>Hi, 
 I see the Matter CHIP integration uses BLE for commissioning, so to advertise a ble service the documentation advises to use NUS. 
 What about scanning for ble devices and connecting to them?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Dec 2023 17:38:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/104964/matter-ble-scanning" /><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/460911?ContentTypeID=1</link><pubDate>Mon, 18 Dec 2023 17:38:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dcc7fa58-6019-4ba5-9570-12e936ffc2a4</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;The&amp;nbsp;&lt;span&gt;Matter Bridge application doesn&amp;#39;t support&amp;nbsp;Openthread-based&amp;nbsp;platforms.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;The main use case for the bridge is to allow integrating the already existing network with Matter. We decided that the Wi-Fi solution covers more use cases, as Thread requires&amp;nbsp;adding additional border router to the network, which was reported to&amp;nbsp;be a problem for some of the existing networks.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/460905?ContentTypeID=1</link><pubDate>Mon, 18 Dec 2023 17:12:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e7087b44-bf88-4d13-b483-c5ef35f16ad6</guid><dc:creator>sfemat</dc:creator><description>&lt;p&gt;I&amp;#39;m testing the Matter Bridge application and trying to add Openthread as the transport of Matter instead of WIFI, but when I do it errors out with the usual uknown hci command.&lt;/p&gt;
&lt;p&gt;Here is where&amp;nbsp;I try to enable thread:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_CHIP_WIFI=n
CONFIG_NET_L2_OPENTHREAD=y
CONFIG_NET_SOCKETS=y
CONFIG_NET_SOCKETS_POSIX_NAMES=y
CONFIG_NETWORKING=y
CONFIG_OPENTHREAD_COAP=y
CONFIG_OPENTHREAD_MANUAL_START=n
CONFIG_OPENTHREAD_FTD=y
CONFIG_OPENTHREAD_NORDIC_LIBRARY_FTD=y
CONFIG_OPENTHREAD=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure if it means that this configuration is not yet supported or there is a bug. I suspected it could be the multiprotocol child image not having the central functionality activated, but with the overflow reducing its size by that much seems unfeasible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/460901?ContentTypeID=1</link><pubDate>Mon, 18 Dec 2023 16:33:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:398b5d2f-39e8-49e4-a678-f98cf18f09e4</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
[quote user="sfemat"]The bridge sample uses WIFI for Matter, what about using Thread?[/quote]
&lt;p&gt;The&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.0/nrf/protocols/matter/overview/bridge.html"&gt;Matter Bridge&lt;/a&gt;&lt;span&gt;&amp;nbsp;features only support matter applications.&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
[quote user="sfemat"]I&amp;#39;ve been having issues enabling it, as it causes the build to require multiprotocol_rpmsg child image so after adding&amp;nbsp;the multiprotocol&amp;#39;s .conf and CmakeLists line from the weather station sample it builds and I start getting the -5 error again. I tried to add CONFIG_BT_CENTRAL=y to the conf of multiprotocol but then it overflows the flash by&amp;nbsp;23488 bytes.[/quote]
&lt;p&gt;What sample are you using? What do you enable?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Are you testing&amp;nbsp;the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.0/nrf/applications/matter_bridge/README.html"&gt;Matter bridge&lt;/a&gt;&amp;nbsp;application? If so, it doesn&amp;#39;t require extra configs unless you want to modify &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.0/nrf/applications/matter_bridge/README.html#configuring-the-number-of-bluetooth-le-bridged-devices"&gt;the connection numbers&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
[quote user="sfemat"]From what I can see there is no example of CHIP + Thread + BLE scan right?[/quote]
&lt;p&gt;Unfortunately, there is no such example as your requirement.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;br /&gt;Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/460641?ContentTypeID=1</link><pubDate>Fri, 15 Dec 2023 23:39:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0ed6955-8120-4236-9b53-85594e2a5bb0</guid><dc:creator>sfemat</dc:creator><description>&lt;p&gt;The bridge sample uses WIFI for Matter, what about using Thread?&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been having issues enabling it, as it causes the build to require multiprotocol_rpmsg child image so after adding&amp;nbsp;the multiprotocol&amp;#39;s .conf and CmakeLists line from the weather station sample it builds and I start getting the -5 error again. I tried to add CONFIG_BT_CENTRAL=y to the conf of multiprotocol but then it overflows the flash by&amp;nbsp;23488 bytes.&lt;/p&gt;
&lt;p&gt;From what I can see there is no example of CHIP + Thread + BLE scan right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/458388?ContentTypeID=1</link><pubDate>Thu, 30 Nov 2023 17:35:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b17e973d-143d-4911-87fd-3594a9eeb1a9</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;You could add into&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v2.5.0/applications/matter_bridge/src/app_task.cpp#L67-L72"&gt;https://github.com/nrfconnect/sdk-nrf/blob/v2.5.0/applications/matter_bridge/src/app_task.cpp#L67-L72&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/458377?ContentTypeID=1</link><pubDate>Thu, 30 Nov 2023 16:35:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87822f9f-dc76-427a-8a9e-5a210cd5df6c</guid><dc:creator>sfemat</dc:creator><description>&lt;p&gt;So if I want to add support for different peripheral ble devices with other UUIDs I have to add a class and modify some code inside the ble_providers?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/458366?ContentTypeID=1</link><pubDate>Thu, 30 Nov 2023 15:42:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2dcd609b-84e5-49ed-964d-c8ce4ba01884</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What applications are those devices running?&lt;/p&gt;
&lt;p&gt;Please be aware that&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To test the Matter bridge application with the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.0/nrf/applications/matter_bridge/README.html#matter-bridge-app-bridged-support"&gt;&lt;span&gt;Bluetooth LE bridged device&lt;/span&gt;&lt;/a&gt;, you also need the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;An additional development kit compatible with one of the following Bluetooth LE samples:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.0/nrf/samples/bluetooth/peripheral_lbs/README.html#peripheral-lbs"&gt;&lt;span&gt;Bluetooth: Peripheral LBS&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a title="(in Zephyr Project v3.4.99)" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.0/zephyr/samples/bluetooth/peripheral_esp/README.html#peripheral-esp"&gt;&lt;span&gt;Bluetooth: Peripheral ESP&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.0/nrf/applications/matter_bridge/README.html#id7"&gt;Requirements&lt;/a&gt;&amp;nbsp;section.&lt;/p&gt;
&lt;p&gt;Do you build the sample with the following commands?&lt;/p&gt;
&lt;pre&gt;west build -b nrf7002dk_nrf5340_cpuapp -- -DCONFIG_BRIDGED_DEVICE_BT=y -DOVERLAY_CONFIG=&amp;quot;overlay-bt_max_connections_app.conf&amp;quot; -Dhci_rpmsg_OVERLAY_CONFIG=&amp;quot;&lt;em&gt;absoule_path&lt;/em&gt;/overlay-bt_max_connections_net.conf&amp;quot;&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;Replace&amp;nbsp;&lt;/span&gt;&lt;em&gt;absolute_path&lt;/em&gt;&lt;span&gt;&amp;nbsp;with the absolute path to the Matter bridge application on your local disk.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;See&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.0/nrf/applications/matter_bridge/README.html#configuring-the-number-of-bluetooth-le-bridged-devices"&gt;Configuring the number of Bluetooth LE bridged devices&lt;/a&gt; for the details.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/458345?ContentTypeID=1</link><pubDate>Thu, 30 Nov 2023 14:48:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f8196c6-b5df-4ce6-bc1b-c4ce987b11f1</guid><dc:creator>sfemat</dc:creator><description>&lt;p&gt;I&amp;#39;m trying the Matter Bridge application and after enabling&amp;nbsp;&lt;span&gt;CONFIG_BRIDGED_DEVICE_BT&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;y and flashing on my nrf7002-dk but matter_bridge scan is not outputting any device&amp;nbsp;in the console&amp;nbsp;even though I have many 5340s advertising. Do I have to modify the code to be able to scan any ble device?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/457699?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 21:04:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9769d16a-c22e-4c9d-9ac9-aa4c20d2faba</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;NCS v2.5.0 provides the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.0/nrf/protocols/matter/overview/bridge.html"&gt;Matter Bridge&lt;/a&gt;&amp;nbsp;feature&amp;nbsp;to scan and connect B&lt;span&gt;LE devices. &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.0/nrf/applications/matter_bridge/README.html"&gt;Here&lt;/a&gt; is the&amp;nbsp;&lt;/span&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.0/nrf/applications/matter_bridge/README.html"&gt;Matter bridge&lt;/a&gt;&amp;nbsp;&lt;span&gt;application. Hope it could help.&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/457241?ContentTypeID=1</link><pubDate>Thu, 23 Nov 2023 21:10:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c06eb77-521d-46e0-8c25-cd835d4ed78a</guid><dc:creator>sfemat</dc:creator><description>&lt;p&gt;Here is the&amp;nbsp;matter light_bulb sample with just bt_le_scan_start() inside app_task.cpp and even flashing it on a 5340dk it throws error -5&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/lightbulb_2D00_scan.zip"&gt;devzone.nordicsemi.com/.../lightbulb_2D00_scan.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/457193?ContentTypeID=1</link><pubDate>Thu, 23 Nov 2023 14:21:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d23f504d-2905-4876-83b8-759023c92948</guid><dc:creator>sfemat</dc:creator><description>&lt;p&gt;Yes, that&amp;#39;s the function that I&amp;#39;m trying to use and it&amp;#39;s throwing error -5 because of&amp;nbsp;&lt;span&gt;B&lt;/span&gt;&lt;span&gt;LE Set Scan Parameters &lt;/span&gt;&lt;span&gt;UNKNOWN HCI COMMAND&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/457161?ContentTypeID=1</link><pubDate>Thu, 23 Nov 2023 12:41:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b40f725-0ece-42df-94ef-cbf1dbeda5d0</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Amanda is out of office. So I&amp;#39;m replying instead.&lt;/p&gt;
&lt;p&gt;Did you get any errors when calling&amp;nbsp;&lt;span&gt;bt_le_scan_start() ?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/456558?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2023 22:38:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ac7ee59-b7b7-439b-9032-541159d05b08</guid><dc:creator>sfemat</dc:creator><description>&lt;p&gt;Can I only add BLE advertising alongside a Matter application? I specifically need scanning like&amp;nbsp;&lt;span&gt;bt_le_scan_start&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/456254?ContentTypeID=1</link><pubDate>Fri, 17 Nov 2023 21:27:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b451283a-bfe8-426b-b14b-d878498cb227</guid><dc:creator>sfemat</dc:creator><description>&lt;p&gt;I am&amp;nbsp;trying to integrate central_uart with my Matter application as you suggested but I&amp;#39;m getting&amp;nbsp;uart_init failed (err -88).&lt;/p&gt;
&lt;p&gt;It&amp;#39;s failing here:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;const struct uart_driver_api *api =
	(const struct uart_driver_api *)dev-&amp;gt;api;

if (api-&amp;gt;callback_set == NULL) {
	return -ENOSYS;
}
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve seen from another ticket that it could be the uart_cb callback&amp;nbsp;passed to the init function but mine&amp;nbsp;is exactly the same as the central_uart sample. My uart device is declared in the overlay like this (and it&amp;#39;s not disabled):&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="text"&gt;/ {
&amp;#160; &amp;#160; chosen {
&amp;#160; &amp;#160; &amp;#160; &amp;#160; nordic,nus-uart = &amp;amp;uart0;
&amp;#160; &amp;#160; };
};&lt;/pre&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;so I&amp;#39;m not sure what could be causing this. I&amp;#39;ve also tried changing uart mode to async, interrupt driven and other params but with no luck, and meanwhile the scan is always returning error -5.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/455842?ContentTypeID=1</link><pubDate>Wed, 15 Nov 2023 20:40:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef4667f1-5803-4557-bb4e-44e7293aebeb</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
[quote user="sfemat"]I also tried to integrate this sample but I&amp;#39;m still getting error -5&amp;nbsp;from&amp;nbsp;bt_le_scan_start.[/quote]
&lt;p&gt;What sample are you using?&lt;/p&gt;
[quote user=""]&lt;p&gt;I see the Matter CHIP integration uses BLE for commissioning, so to advertise a ble service the documentation advises to use&amp;nbsp;NUS.&lt;/p&gt;
&lt;p&gt;What about scanning for ble devices and connecting to them?&lt;/p&gt;[/quote]
&lt;p&gt;In the Matter: Door lock sample which can advertise with NUS. See&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/matter/lock/README.html#id12"&gt;Matter Bluetooth LE with Nordic UART Service&lt;/a&gt;. You also can connect and test with&amp;nbsp;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Toolbox"&gt;nRF Toolbox&lt;/a&gt;&lt;span&gt;&amp;nbsp;on your Android (Android 11 or newer) or iOS smartphone (iOS 16.1 or newer). See&amp;nbsp;&lt;/span&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/matter/lock/README.html#id26"&gt;Testing door lock using Bluetooth LE with Nordic UART Service&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/455831?ContentTypeID=1</link><pubDate>Wed, 15 Nov 2023 17:50:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30b27262-ff76-4abe-b6f5-3a3717f0ea09</guid><dc:creator>sfemat</dc:creator><description>&lt;p&gt;I also tried to integrate this sample but I&amp;#39;m still getting error -5&amp;nbsp;from&amp;nbsp;bt_le_scan_start. I&amp;#39;m omitting bt_enable though because CHIP seems to be already calling it&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/455653?ContentTypeID=1</link><pubDate>Tue, 14 Nov 2023 23:57:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42713d00-743e-4f3c-8177-576f29b1aa27</guid><dc:creator>sfemat</dc:creator><description>&lt;p&gt;I see, and what could be causing the scan function to throw unknown hci command?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/455616?ContentTypeID=1</link><pubDate>Tue, 14 Nov 2023 16:33:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6147714-9ce9-4bdb-aeaf-5ea1bd2219b0</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;0x200b is the opcode for B&lt;/span&gt;&lt;span&gt;LE Set Scan Parameters and 0x01 is the error code for&amp;nbsp;&lt;/span&gt;&lt;span&gt;UNKNOWN HCI COMMAND.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The Unknown HCI Command error code indicates that the Controller does not understand the HCI Command packet opcode that the Host sent. The opcode given might not correspond to any of the opcodes specified in this document, or any vendor-specific opcodes, or the command may have not been implemented.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/455419?ContentTypeID=1</link><pubDate>Mon, 13 Nov 2023 21:48:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c35ab87-e450-4a1d-b4a2-04dbbc240270</guid><dc:creator>sfemat</dc:creator><description>&lt;p&gt;I&amp;#39;m trying to do the usual&amp;nbsp;&lt;span&gt;bt_le_scan_start&lt;/span&gt;&lt;span&gt;(&amp;amp;&lt;/span&gt;&lt;span&gt;scan_param&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;device_found&lt;/span&gt;&lt;span&gt;) but with the Matter sample integrated&amp;nbsp;bt_hci_cmd_send_sync fails with error 1 (opcode 0x200b status 0x01).&amp;nbsp; That would translate to&amp;nbsp;LE Set Scan Parameters throwing invalid address.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;CHIP&amp;nbsp;does enable BLE and use it without errors for Matter commissioning but I can&amp;#39;t use it later in my software.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/451772?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2023 14:46:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27d60619-3600-41a3-b379-7d60f0781a8a</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you mean the BLE central to connect? If so, you can use&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/central_uart/README.html"&gt;Bluetooth: Central UART&lt;/a&gt;.&amp;nbsp;&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><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/451764?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2023 14:12:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c3780e4-3193-410c-aca8-c9f2f6cdb78a</guid><dc:creator>sfemat</dc:creator><description>&lt;p&gt;No, I meant I need to scan for ble devices &lt;strong&gt;from&lt;/strong&gt; the nrf5340 and connect to them.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter + BLE scanning</title><link>https://devzone.nordicsemi.com/thread/451752?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2023 13:38:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:674fec3f-8cf0-43f9-9048-ced9d615fb49</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can use the CHIP Tool to scan and commission. See&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.4.2/matter/chip_tool_guide.html"&gt;Working with the CHIP Tool&lt;/a&gt;.&amp;nbsp;&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>