<?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>Bluetooth Advertising Interruption Issue with BlueZ Versions Above 5.55 on nRF52833</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113504/bluetooth-advertising-interruption-issue-with-bluez-versions-above-5-55-on-nrf52833</link><description>We are currently using a Linux system and controlling HCI_UART firmware through BlueZ. 
 The problem we are encountering is that using BlueZ V5.55 allows normal Bluetooth advertising and connection with mobile phones. However, when using higher versions</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Aug 2024 12:46:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113504/bluetooth-advertising-interruption-issue-with-bluez-versions-above-5-55-on-nrf52833" /><item><title>RE: Bluetooth Advertising Interruption Issue with BlueZ Versions Above 5.55 on nRF52833</title><link>https://devzone.nordicsemi.com/thread/498055?ContentTypeID=1</link><pubDate>Tue, 13 Aug 2024 12:46:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c06b029b-1ea2-4830-a17a-35712b83d7ca</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;(updated)&lt;/p&gt;
&lt;p&gt;Hi,&lt;/p&gt;
[quote user="DorisLucky"]I am not sure which controller I am using, but the sample code comes from &lt;code&gt;v2.7.0\zephyr\samples\bluetooth\hci_uart&lt;/code&gt;[/quote]
&lt;p&gt;The default setting is the Softdevice controller. Could you test with the&amp;nbsp;&lt;span&gt;Zephyr Controller? Set the&amp;nbsp;&lt;code dir="ltr"&gt;CONFIG_BT_LL_SW_SPLIT=y&lt;/code&gt;&amp;nbsp;in your configuration. This can be done in the&amp;nbsp;&lt;code dir="ltr"&gt;prj.conf&lt;/code&gt;&amp;nbsp;file of your application.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;From the team:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This failure is different from the baud rate issue I have seen. Here with SDC, it thinks the Controller is a BR/EDR+LE Controller and hence requests HCI Read Local Name command!…&lt;br /&gt;&lt;br /&gt;Please provide a full &lt;code&gt;btmon&lt;/code&gt; trace, i.e. &lt;code&gt;btmon&lt;/code&gt; started before &lt;code&gt;btattach&lt;/code&gt; . I need the HCI commands like, HCI Read Supported commands, Features, etc.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&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: Bluetooth Advertising Interruption Issue with BlueZ Versions Above 5.55 on nRF52833</title><link>https://devzone.nordicsemi.com/thread/497917?ContentTypeID=1</link><pubDate>Tue, 13 Aug 2024 05:00:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc24dff2-dc2c-4707-8156-2628b072ed6a</guid><dc:creator>Doris.chen</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;I am not sure which controller I am using, but the sample code comes from &lt;code&gt;v2.7.0\zephyr\samples\bluetooth\hci_uart&lt;/code&gt;. The baud rate I am using is 1 Mbps.&lt;/p&gt;
&lt;p&gt;However, I believe the issue is not related to the baud rate. Based on the command and log messages in Linux, it seems that the command information is not recognized.&lt;/p&gt;
&lt;p&gt;To clarify:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The issue does not occur in BlueZ 5.55.&lt;/li&gt;
&lt;li&gt;The &amp;quot;advertise on&amp;quot; command is listed in the command list.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;We are currently investigating the root cause, but if you have any experience or insights that could help, it would be greatly appreciated.&lt;/p&gt;
&lt;p&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/pastedimage1723525167896v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Doris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth Advertising Interruption Issue with BlueZ Versions Above 5.55 on nRF52833</title><link>https://devzone.nordicsemi.com/thread/497505?ContentTypeID=1</link><pubDate>Thu, 08 Aug 2024 14:57:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd120afd-9021-4c70-9e52-4eda40330592</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;(updated)&lt;/p&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Are you using Zephyr Controller or SDC in NCS v2.7.0?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What baud rate the hci_uart is built for?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I am noticing UART stall on large HCI events generated when using 1Mbps UART. Using 115200 bps, do not see such behavior.&lt;/span&gt;&lt;/p&gt;
&lt;p&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: Bluetooth Advertising Interruption Issue with BlueZ Versions Above 5.55 on nRF52833</title><link>https://devzone.nordicsemi.com/thread/497431?ContentTypeID=1</link><pubDate>Thu, 08 Aug 2024 07:33:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38c0a5a3-27c5-4eb8-a797-d294e4fcbf22</guid><dc:creator>Doris.chen</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;Thank you for the update and support. However, the progress of this project is quite urgent, and we really need to receive relevant information as soon as possible. We would greatly appreciate it if you could expedite the processing.&lt;/p&gt;
&lt;p&gt;Thank you for your understanding and assistance!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Doris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth Advertising Interruption Issue with BlueZ Versions Above 5.55 on nRF52833</title><link>https://devzone.nordicsemi.com/thread/497042?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2024 18:31:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8141cc8-cf15-40ea-b66f-b7f33b52f3bb</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for helping clarify the issue. I have reported to the team.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We are currently understaffed due to the summer vacation period, so delayed replies must be expected. I am sorry about any inconvenience this might cause.&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: Bluetooth Advertising Interruption Issue with BlueZ Versions Above 5.55 on nRF52833</title><link>https://devzone.nordicsemi.com/thread/496743?ContentTypeID=1</link><pubDate>Fri, 02 Aug 2024 01:59:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca8b431d-cf94-4d97-ae86-4b47aba09b32</guid><dc:creator>Doris.chen</dc:creator><description>&lt;p&gt;Yes, the problem still persists.&lt;/p&gt;
&lt;p&gt;Here are the test results from yesterday using BlueZ with NCS 2.7.0 version HCI_UART&lt;/p&gt;
&lt;p&gt;1.BlueZ 5.55 - Test passed&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1722564118183v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;2.BlueZ versions above 5.55 (in this case, 5.56) - Test failed&lt;/p&gt;
&lt;p&gt;&lt;strong&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/pastedimage1722564261101v4.png" alt=" " /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Do you have a good solution for this issue?&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align:inherit;"&gt;&lt;span style="vertical-align:inherit;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="vertical-align:inherit;"&gt;&lt;span style="vertical-align:inherit;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;img style="max-height:0px;max-width:0px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/0x0/__key/communityserver-discussions-components-files/4/pastedimage1722563894069v2.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth Advertising Interruption Issue with BlueZ Versions Above 5.55 on nRF52833</title><link>https://devzone.nordicsemi.com/thread/496479?ContentTypeID=1</link><pubDate>Wed, 31 Jul 2024 19:47:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a84fb651-6eea-4a5a-9b57-6b92976b91f8</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Could you test with&amp;nbsp;&lt;span&gt;v2.7.0 HCI_UART? Do you see the same issue with BlueZ above V5.55?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth Advertising Interruption Issue with BlueZ Versions Above 5.55 on nRF52833</title><link>https://devzone.nordicsemi.com/thread/496307?ContentTypeID=1</link><pubDate>Wed, 31 Jul 2024 02:09:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a829b082-bcff-4910-8f48-2cae34c4f102</guid><dc:creator>Doris.chen</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;Is it possible that your HCI_UART code is subject to modifications at any time? From my previous understanding, the HCI_UART code should be fixed. However, I am not very familiar with the HCI_UART firmware, so I am not entirely sure.&lt;/p&gt;
&lt;p&gt;Additionally, I came across this article on the forum. Could it be related to this issue?&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/109731/nrf5340-hci_usb-hci_uart-stop-scanning"&gt;NRF5340 HCI_USB &amp;amp; HCI_UART Stop Scanning&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I need a definite answer because this is for a verified product. Currently, with the same firmware, using BlueZ V5.55 works fine, but versions above V5.55 encounter this issue. This affects the program&amp;#39;s workflow.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth Advertising Interruption Issue with BlueZ Versions Above 5.55 on nRF52833</title><link>https://devzone.nordicsemi.com/thread/496269?ContentTypeID=1</link><pubDate>Tue, 30 Jul 2024 15:07:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20e06bb7-dd16-49dd-a561-f0c0960c0180</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It is worth trying to update your NCS version if there are any specific compatibility issues between the BlueZ version and the NCS version you are using. The latest NCS is v2.7.0.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;br /&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></channel></rss>