Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_event.c323 hdev->stored_num_keys = le16_to_cpu(rp->num_keys); in hci_cc_read_stored_link_key()
342 if (num_keys <= hdev->stored_num_keys) in hci_cc_delete_stored_link_key()
343 hdev->stored_num_keys -= num_keys; in hci_cc_delete_stored_link_key()
345 hdev->stored_num_keys = 0; in hci_cc_delete_stored_link_key()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h386 __u16 stored_num_keys; member