Home
last modified time | relevance | path

Searched refs:BTC_BLE_STORAGE_GATT_DB_HASH_STR (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/include/btc/
Dbtc_ble_storage.h94 #define BTC_BLE_STORAGE_GATT_DB_HASH_STR "GATT_DB_HASH" macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c44 !btc_config_exist(section, BTC_BLE_STORAGE_GATT_DB_HASH_STR)) { in _btc_storage_save()
954 int ret = btc_config_get_bin(bdstr, BTC_BLE_STORAGE_GATT_DB_HASH_STR, value, (size_t *)&len); in btc_storage_get_gatt_db_hash()
964 ret = btc_config_set_bin(bdstr, BTC_BLE_STORAGE_GATT_DB_HASH_STR, value, (size_t)len); in btc_storage_set_gatt_db_hash()
994 ret = btc_config_remove(bdstr, BTC_BLE_STORAGE_GATT_DB_HASH_STR); in btc_storage_remove_gatt_db_hash()