Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c236 void btc_storage_remove_unused_sections(uint8_t *cur_addr, tBTM_LE_PID_KEYS *del_pid_key) in btc_storage_remove_unused_sections()
278 …torage_get_ble_bonding_key(&bd_addr, BTM_LE_KEY_PID, buffer, sizeof(tBTM_LE_PID_KEYS)) == BT_STATU… in btc_storage_remove_unused_sections()
280 tBTM_LE_PID_KEYS *pid_key = (tBTM_LE_PID_KEYS *) buffer; in btc_storage_remove_unused_sections()
308 tBTM_LE_PID_KEYS *pid_key; in btc_storage_delete_duplicate_ble_devices()
309 tBTM_LE_PID_KEYS *temp_pid_key; in btc_storage_delete_duplicate_ble_devices()
326 …torage_get_ble_bonding_key(&bd_addr, BTM_LE_KEY_PID, buffer, sizeof(tBTM_LE_PID_KEYS)) == BT_STATU… in btc_storage_delete_duplicate_ble_devices()
328 pid_key = (tBTM_LE_PID_KEYS *) buffer; in btc_storage_delete_duplicate_ble_devices()
340 …_ble_bonding_key(&temp_bd_addr, BTM_LE_KEY_PID, temp_buffer, sizeof(tBTM_LE_PID_KEYS)) == BT_STATU… in btc_storage_delete_duplicate_ble_devices()
342 temp_pid_key = (tBTM_LE_PID_KEYS *) temp_buffer; in btc_storage_delete_duplicate_ble_devices()
930 _btc_read_le_key(BTM_LE_KEY_PID, sizeof(tBTM_LE_PID_KEYS), in _btc_storage_in_fetch_bonded_ble_device()
[all …]
Dbtc_dm.c210 sizeof(tBTM_LE_PID_KEYS)); in btc_dm_save_ble_bonding_keys()
904 sizeof(tBTM_LE_PID_KEYS)); in btc_dm_sec_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_dm.h31 tBTM_LE_PID_KEYS pid_key; /* peer device ID key */
Dbtc_ble_storage.h95 void btc_storage_remove_unused_sections(uint8_t *cur_addr, tBTM_LE_PID_KEYS *del_pid_key);
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1771 } tBTM_LE_PID_KEYS; typedef
1776 tBTM_LE_PID_KEYS pid_key; /* peer device ID key */
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h747 typedef tBTM_LE_PID_KEYS tBTA_LE_PID_KEYS ;
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c1074 tBTM_LE_PID_KEYS pid_key; in smp_proc_id_addr()