Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c435 …int ret = btc_config_set_bin(BTC_BLE_STORAGE_LOCAL_ADAPTER_STR, name, (const uint8_t *)key, key_le… in _btc_storage_add_ble_local_key()
486 …int ret = btc_config_get_bin(BTC_BLE_STORAGE_LOCAL_ADAPTER_STR, name, (uint8_t *)key_value, &lengt… in _btc_storage_get_ble_local_key()
518 if (btc_config_exist(BTC_BLE_STORAGE_LOCAL_ADAPTER_STR, BTC_BLE_STORAGE_LE_LOCAL_KEY_IR_STR)) { in _btc_storage_remove_ble_local_keys()
519 … ret &= btc_config_remove(BTC_BLE_STORAGE_LOCAL_ADAPTER_STR, BTC_BLE_STORAGE_LE_LOCAL_KEY_IR_STR); in _btc_storage_remove_ble_local_keys()
521 if (btc_config_exist(BTC_BLE_STORAGE_LOCAL_ADAPTER_STR, BTC_BLE_STORAGE_LE_LOCAL_KEY_IRK_STR)) { in _btc_storage_remove_ble_local_keys()
522 … ret &= btc_config_remove(BTC_BLE_STORAGE_LOCAL_ADAPTER_STR, BTC_BLE_STORAGE_LE_LOCAL_KEY_IRK_STR); in _btc_storage_remove_ble_local_keys()
524 if (btc_config_exist(BTC_BLE_STORAGE_LOCAL_ADAPTER_STR, BTC_BLE_STORAGE_LE_LOCAL_KEY_DHK_STR)) { in _btc_storage_remove_ble_local_keys()
525 … ret &= btc_config_remove(BTC_BLE_STORAGE_LOCAL_ADAPTER_STR, BTC_BLE_STORAGE_LE_LOCAL_KEY_DHK_STR); in _btc_storage_remove_ble_local_keys()
527 if (btc_config_exist(BTC_BLE_STORAGE_LOCAL_ADAPTER_STR, BTC_BLE_STORAGE_LE_LOCAL_KEY_ER_STR)) { in _btc_storage_remove_ble_local_keys()
528 … ret &= btc_config_remove(BTC_BLE_STORAGE_LOCAL_ADAPTER_STR, BTC_BLE_STORAGE_LE_LOCAL_KEY_ER_STR); in _btc_storage_remove_ble_local_keys()
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_ble_storage.h38 #define BTC_BLE_STORAGE_LOCAL_ADAPTER_STR "Adapter" macro