Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c41 !btc_config_exist(section, BTC_BLE_STORAGE_LE_KEY_LENC_STR) && in _btc_storage_save()
113 name = BTC_BLE_STORAGE_LE_KEY_LENC_STR; in _btc_storage_add_ble_bonding_key()
173 name = BTC_BLE_STORAGE_LE_KEY_LENC_STR; in _btc_storage_get_ble_bonding_key()
223 if (btc_config_exist(name, BTC_BLE_STORAGE_LE_KEY_LENC_STR)) { in _btc_storage_remove_all_ble_keys()
224 ret |= btc_config_remove(name, BTC_BLE_STORAGE_LE_KEY_LENC_STR); in _btc_storage_remove_all_ble_keys()
260 !btc_config_exist(section, BTC_BLE_STORAGE_LE_KEY_LENC_STR) && in btc_storage_remove_unused_sections()
563 key_type_str = BTC_BLE_STORAGE_LE_KEY_LENC_STR; in _btc_storage_compare_address_key_value()
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_ble_storage.h33 #define BTC_BLE_STORAGE_LE_KEY_LENC_STR "LE_KEY_LENC" macro