Examples

nRF Util

tags
nRF Util
  • Remove an entry by database key:

    nrfutil mcu-manager ble-database remove --device-db bonding.db --key 19
    
  • Remove an entry by device address:

    nrfutil mcu-manager ble-database remove --device-db bonding.db --address F9:9F:F3:7E:B3:D6 --address-type random
    

    After removing an entry, the next mcu-manager ble connection to that device requires pairing again if bonding is needed.