You are reading a single comment by @DanDyse and its replies. Click here to read the full conversation.
  • I am using a puck.js to advertise like an AirTag working good:

    NRF.setAdvertising([adv, {}],{interval:1500,name:ble_name,showName:true,discoverable:true,connectable:false,scannable:true});
    

    Somehow it also "offers" the service "Nordic UART", although it is not connectable and I also do not use DFU. I have tried to disable this by adding "uart:false" to the options list – no change.
    How can I disable NUS?

About

Avatar for DanDyse @DanDyse started