Searched refs:pin_len (Results 1 – 7 of 7) sorted by relevance
| /linux/include/net/bluetooth/ |
| H A D | mgmt.h | 197 __u8 pin_len; member 250 __u8 pin_len; member
|
| H A D | hci_core.h | 229 u8 pin_len; member 1856 u8 pin_len, bool *persistent);
|
| /linux/net/bluetooth/ |
| H A D | hci_event.c | 1181 conn->pin_length = cp->pin_len; in hci_cc_pin_code_reply() 4635 static void conn_set_key(struct hci_conn *conn, u8 key_type, u8 pin_len) in conn_set_key() argument 4640 conn->pin_length = pin_len; in conn_set_key() 4649 if (pin_len == 16) in conn_set_key() 4701 if (key->type == HCI_LK_COMBINATION && key->pin_len < 16 && in hci_link_key_request_evt() 4708 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_request_evt() 4732 u8 pin_len = 0; in hci_link_key_notify_evt() local 4762 ev->key_type, pin_len, &persistent); in hci_link_key_notify_evt() 4770 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_notify_evt()
|
| H A D | hci_core.c | 1278 u8 pin_len, bool *persistent) in hci_add_link_key() argument 1309 key->pin_len = pin_len; in hci_add_link_key()
|
| H A D | hci_debugfs.c | 394 HCI_LINK_KEY_SIZE, key->val, key->pin_len); in link_keys_show()
|
| H A D | mgmt.c | 3057 key->type, key->pin_len, NULL); in load_link_keys() 3445 if (conn->pending_sec_level == BT_SECURITY_HIGH && cp->pin_len != 16) { in pin_code_reply() 3469 reply.pin_len = cp->pin_len; in pin_code_reply() 9626 ev.key.pin_len = key->pin_len; in mgmt_new_link_key()
|
| H A D | hci_conn.c | 3345 return &key->pin_len; in hci_conn_key_enc_size()
|