Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Dkeys_br.c32 static uint32_t aging_counter_val; variable
86 key->aging_counter = ++aging_counter_val; in bt_keys_get_link_key()
212 if (aging_counter_val < link_key->aging_counter) { in link_key_set()
213 aging_counter_val = link_key->aging_counter; in link_key_set()
236 link_key->aging_counter = ++aging_counter_val; in bt_keys_link_key_update_usage()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dkeys.c42 static uint32_t aging_counter_val; variable
147 keys->aging_counter = ++aging_counter_val; in bt_keys_get_addr()
431 if (aging_counter_val < keys->aging_counter) { in keys_set()
432 aging_counter_val = keys->aging_counter; in keys_set()
479 keys->aging_counter = ++aging_counter_val; in bt_keys_update_usage()
526 return aging_counter_val; in bt_keys_get_aging_counter_val()