Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
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/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() argument
241 if (del_pid_key == NULL) { in btc_storage_remove_unused_sections()
284 …if (memcmp(del_pid_key->static_addr, pid_key->static_addr, 6) == 0 && memcmp(cur_addr, bd_addr.add… in btc_storage_remove_unused_sections()