HCI_LE_Read_Local_Resolvable_Address not implemented in Softdevice Controller

Hello,



As the  LE Audio controller for nRF5340 library is deprecated in favor of the Nordic Semiconductor’s standard Softdevice Controller. We have started to use the Softdevice Controller.

Unfortunately it appears that this controller stack doesn't implement the HCI command HCI_LE_Read_Local_Resolvable_Address (0x202C) which we are using for a testing purpose.

This HCI command is optional but was implemented in the LE Audio controller stack.

Do you know if it will be implemented in a near future? If not, is it possible to get this information by another mean with an sdc_xxxx function ?

Our actual version of the SDK is as follow:

sdk-nrf version: v2.6.1

zephyr version: v3.5.99-ncs1-1

Best regards,

Cyril

Parents Reply
  • Matthias, can you confirm if this description of the use case still matches the request?

    • Use cases: They want to know what resolvable private address the local advertiser is using.
    • Environment: nRF5340 using their own Bluetooth host utilizing controller-based privacy (which the zephyr host (usually) does not)
    • Workaround: Have another scanner nearby scanning for advertisers. Communicate the address over some other transport

    Kind regards,
    Andreas

Children
Related