I'm new to using micro controllers and for a project i have the nRF52 controller and i am trying to perform an OTA FW update using web bluetooth. When i connect to the board and try to use the DFU BLE service UUID i get an error that its blacklisted. Upon looking into it, i saw that it happened becaause its a legacy non-signed service.
the nRF52 SDK v17 has a new UUID for the BLE service but my board isn't broadcasting that. My question is how to i broadcast that new service 0xFE59? so i can perform the FW update.
