Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_core.c2427 u8 key_type, u8 old_key_type) in hci_persistent_key() argument
2438 if (key_type == HCI_LK_CHANGED_COMBINATION && old_key_type == 0xff) in hci_persistent_key()
2575 u8 old_key_type; in hci_add_link_key() local
2579 old_key_type = old_key->type; in hci_add_link_key()
2582 old_key_type = conn ? conn->key_type : 0xff; in hci_add_link_key()
2595 (!conn || conn->remote_auth == 0xff) && old_key_type == 0xff) { in hci_add_link_key()
2606 key->type = old_key_type; in hci_add_link_key()
2612 old_key_type); in hci_add_link_key()