HCI_LINK_KEY_SIZE 34 include/net/bluetooth/hci.h #define HCI_AMP_LINK_KEY_SIZE (2 * HCI_LINK_KEY_SIZE) HCI_LINK_KEY_SIZE 607 include/net/bluetooth/hci.h __u8 link_key[HCI_LINK_KEY_SIZE]; HCI_LINK_KEY_SIZE 1870 include/net/bluetooth/hci.h __u8 link_key[HCI_LINK_KEY_SIZE]; HCI_LINK_KEY_SIZE 155 include/net/bluetooth/hci_core.h u8 val[HCI_LINK_KEY_SIZE]; HCI_LINK_KEY_SIZE 196 net/bluetooth/amp.c memcpy(&keybuf[0], key->val, HCI_LINK_KEY_SIZE); HCI_LINK_KEY_SIZE 197 net/bluetooth/amp.c memcpy(&keybuf[HCI_LINK_KEY_SIZE], key->val, HCI_LINK_KEY_SIZE); HCI_LINK_KEY_SIZE 2476 net/bluetooth/hci_core.c memcpy(key->val, val, HCI_LINK_KEY_SIZE); HCI_LINK_KEY_SIZE 371 net/bluetooth/hci_debugfs.c HCI_LINK_KEY_SIZE, key->val, key->pin_len); HCI_LINK_KEY_SIZE 2905 net/bluetooth/hci_event.c conn->enc_key_size = HCI_LINK_KEY_SIZE; HCI_LINK_KEY_SIZE 3005 net/bluetooth/hci_event.c conn->enc_key_size = HCI_LINK_KEY_SIZE; HCI_LINK_KEY_SIZE 3016 net/bluetooth/hci_event.c conn->enc_key_size = HCI_LINK_KEY_SIZE; HCI_LINK_KEY_SIZE 3917 net/bluetooth/hci_event.c memcpy(cp.link_key, key->val, HCI_LINK_KEY_SIZE); HCI_LINK_KEY_SIZE 7098 net/bluetooth/mgmt.c memcpy(ev.key.val, key->val, HCI_LINK_KEY_SIZE);