Searched refs:pin_len (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/net/bluetooth/ |
D | mgmt.h | 178 __u8 pin_len; member 231 __u8 pin_len; member
|
D | hci_core.h | 148 u8 pin_len; member 1082 u8 pin_len, bool *persistent);
|
D | hci.h | 605 __u8 pin_len; member
|
/Linux-v4.19/net/bluetooth/ |
D | hci_event.c | 881 conn->pin_length = cp->pin_len; in hci_cc_pin_code_reply() 3707 static void conn_set_key(struct hci_conn *conn, u8 key_type, u8 pin_len) in conn_set_key() argument 3712 conn->pin_length = pin_len; in conn_set_key() 3721 if (pin_len == 16) in conn_set_key() 3774 if (key->type == HCI_LK_COMBINATION && key->pin_len < 16 && in hci_link_key_request_evt() 3782 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_request_evt() 3805 u8 pin_len = 0; in hci_link_key_notify_evt() local 3826 ev->key_type, pin_len, &persistent); in hci_link_key_notify_evt() 3834 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_notify_evt()
|
D | hci_debugfs.c | 371 HCI_LINK_KEY_SIZE, key->val, key->pin_len); in link_keys_show()
|
D | hci_core.c | 2383 u8 pin_len, bool *persistent) in hci_add_link_key() argument 2414 key->pin_len = pin_len; in hci_add_link_key()
|
D | mgmt.c | 2352 key->type, key->pin_len, NULL); in load_link_keys() 2692 if (conn->pending_sec_level == BT_SECURITY_HIGH && cp->pin_len != 16) { in pin_code_reply() 2716 reply.pin_len = cp->pin_len; in pin_code_reply() 7106 ev.key.pin_len = key->pin_len; in mgmt_new_link_key()
|