Searched refs:tBTM_LE_PID_KEYS (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_ble_storage.c | 236 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 …]
|
D | btc_dm.c | 210 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/ |
D | btc_dm.h | 31 tBTM_LE_PID_KEYS pid_key; /* peer device ID key */
|
D | btc_ble_storage.h | 95 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/ |
D | btm_api.h | 1771 } 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/ |
D | bta_api.h | 747 typedef tBTM_LE_PID_KEYS tBTA_LE_PID_KEYS ;
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_act.c | 1074 tBTM_LE_PID_KEYS pid_key; in smp_proc_id_addr()
|