Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c309 tBTM_LE_PID_KEYS *temp_pid_key; in btc_storage_delete_duplicate_ble_devices() local
342 temp_pid_key = (tBTM_LE_PID_KEYS *) temp_buffer; in btc_storage_delete_duplicate_ble_devices()
343 …if (memcmp(pid_key->static_addr, temp_pid_key->static_addr, 6) == 0 && pid_key->addr_type == temp_… in btc_storage_delete_duplicate_ble_devices()