Home
last modified time | relevance | path

Searched refs:btc_storage_get_ble_local_key (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/include/btc/
Dbtc_ble_storage.h68 bt_status_t btc_storage_get_ble_local_key(uint8_t key_type, char *key_value, int key_len);
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c134 if (btc_storage_get_ble_local_key(BTC_LE_LOCAL_KEY_ER,(char*)&btc_dm_cb.ble_local_key_cb.er[0], in btc_dm_load_ble_local_keys()
140 …if ((btc_storage_get_ble_local_key(BTC_LE_LOCAL_KEY_IR,(char*)&btc_dm_cb.ble_local_key_cb.id_keys.… in btc_dm_load_ble_local_keys()
142 …(btc_storage_get_ble_local_key(BTC_LE_LOCAL_KEY_IRK, (char*)&btc_dm_cb.ble_local_key_cb.id_keys.ir… in btc_dm_load_ble_local_keys()
144 …(btc_storage_get_ble_local_key(BTC_LE_LOCAL_KEY_DHK,(char*)&btc_dm_cb.ble_local_key_cb.id_keys.dhk… in btc_dm_load_ble_local_keys()
Dbtc_ble_storage.c347 bt_status_t btc_storage_get_ble_local_key(uint8_t key_type, in btc_storage_get_ble_local_key() function