Home
last modified time | relevance | path

Searched refs:tBTM_LE_PENC_KEYS (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/include/btc/
Dbtc_dm.h27 tBTM_LE_PENC_KEYS penc_key; /* received peer encryption key */
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c783 _btc_read_le_key(BTM_LE_KEY_PENC, sizeof(tBTM_LE_PENC_KEYS), in _btc_storage_in_fetch_bonded_ble_device()
880 …orage_get_ble_bonding_key(&bd_addr, BTM_LE_KEY_PENC, buffer, sizeof(tBTM_LE_PENC_KEYS)) == BT_STAT… in btc_storage_get_bonded_ble_devices_list()
882 memcpy(&bond_dev->bond_key.penc_key, buffer, sizeof(tBTM_LE_PENC_KEYS)); in btc_storage_get_bonded_ble_devices_list()
Dbtc_dm.c200 sizeof(tBTM_LE_PENC_KEYS)); in btc_dm_save_ble_bonding_keys()
870 sizeof(tBTM_LE_PENC_KEYS)); in btc_dm_sec_cb_handler()
872 &p_data->ble_key.p_key_value->penc_key, sizeof(tBTM_LE_PENC_KEYS)); in btc_dm_sec_cb_handler()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1716 } tBTM_LE_PENC_KEYS; typedef
1748 tBTM_LE_PENC_KEYS penc_key; /* received peer encryption key */
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c1545 tBTM_LE_PENC_KEYS ple_key; in smp_save_secure_connections_long_term_key()
Dsmp_act.c1029 tBTM_LE_PENC_KEYS le_key; in smp_proc_master_id()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h726 typedef tBTM_LE_PENC_KEYS tBTA_LE_PENC_KEYS ;