20#ifndef H_BLE_STORE_CONFIG_
21#define H_BLE_STORE_CONFIG_
30int ble_store_config_read(
int obj_type,
const union ble_store_key *key,
32int ble_store_config_write(
int obj_type,
const union ble_store_value *val);
33int ble_store_config_delete(
int obj_type,
const union ble_store_key *key);
Definition ble_store.h:184
Definition ble_store.h:198