nrfutil mcu-manager ble-database list --device-db <name_of_database>
The command prints a table with the following columns:
| Column | Description |
|---|---|
key |
Database entry key. Use this value with ble-database remove. |
address |
Bluetooth device address. |
type |
Address type. |
size |
Encryption key size. |
auth |
Whether the bond is authenticated (yes or no). |
sc |
Whether the bond uses a secure connection (yes or no). |
If the database has no entries, the command prints No entries in device database.
To output the entry list as JSON for use in scripts, add the global --json or --json-pretty flag immediately after nrfutil. See Managing command output for scripting.