summaryrefslogtreecommitdiff
path: root/src/settings.c
Commit message (Collapse)AuthorAgeFilesLines
* settings: Fix scan-build warningLuiz Augusto von Dentz2022-10-181-0/+1
| | | | | | | | | This fixes the following warning: src/settings.c:281:7: warning: Branch condition evaluates to a garbage value [core.uninitialized.Branch] if (ret) { ^~~
* settings: Add btd_settings_gatt_db_{store,load}Luiz Augusto von Dentz2022-05-181-0/+510
This adds helper functions to store and load from/to file so they can get reused by the likes of gatt-database.c and btmon.