summaryrefslogtreecommitdiff
path: root/src/settings.h
blob: 675f643a65f3a88a278ca5f5fcdd2cc588082be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 *
 *  BlueZ - Bluetooth protocol stack for Linux
 *
 *  Copyright (C) 2022  Intel Corporation.
 *
 */

int btd_settings_gatt_db_load(struct gatt_db *db, const char *filename);
void btd_settings_gatt_db_store(struct gatt_db *db, const char *filename);