Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Changing the bootloader advertising UUID

Hi,

I am using NRF SDK 16.0.0 for device running on NRF52833 with softdevice version s140. The bootloader app advertises the DFU service uuid in the advertisement packet which is 0xFE59. I have tried to change the advertising UUID in the m_enc_advdata structure in the advertising_init() function in nrf_dfu_ble.c but this is not working. Still bootloader advertises with 0xFE59 uuid.

Is it possible to change this data for bootloader advertising packets? We need this because we have two separate devices, and both are advertising same uuid when in bootloader. If we can make one device advertise different uuid then it can help us differentiate between these two devices.

Regards,

Inderveer

Parents Reply Children
No Data
Related