Bluetooth Advertising Interruption Issue with BlueZ Versions Above 5.55 on nRF52833

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 like 5.64 and 5.66, we experience interruptions in advertising.

Has anyone encountered similar issues? Do we need to adopt a higher version of NCS?

Or is there any modification needed in the firmware? Currently, we are using the original code provided by NCS.

Current information is as follows:

Board: nRF52833

NCS version: V2.5.0

Parents Reply
  • (updated)

    Hi,

    Doris.chen said:
    I am not sure which controller I am using, but the sample code comes from v2.7.0\zephyr\samples\bluetooth\hci_uart

    The default setting is the Softdevice controller. Could you test with the Zephyr Controller? Set the CONFIG_BT_LL_SW_SPLIT=y in your configuration. This can be done in the prj.conf file of your application.

    From the team:

    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!…

    Please provide a full btmon trace, i.e. btmon started before btattach . I need the HCI commands like, HCI Read Supported commands, Features, etc.

    -Amanda H.

Children
No Data
Related