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
  • Hi Andreas,

    positiv for the first two points. Regarding the third point:

    We scan the different advertisers and if we found an advertiser advertising with an RPA address which can be resolved with the IRK of the advertiser then we use this RPA address as the address of the advertiser.

    Before we were reading the local RPA of the advertiser and then expect that the advertiser advertise with this address. We also used the RPA address to initiate a connection.

    Kind regards,
    Matthias

Children
Related