Home
last modified time | relevance | path

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

/net/bluetooth/
Dhci_event.c992 conn->pin_length = cp->pin_len; in hci_cc_pin_code_reply()
3963 static void conn_set_key(struct hci_conn *conn, u8 key_type, u8 pin_len) in conn_set_key() argument
3968 conn->pin_length = pin_len; in conn_set_key()
3977 if (pin_len == 16) in conn_set_key()
4030 if (key->type == HCI_LK_COMBINATION && key->pin_len < 16 && in hci_link_key_request_evt()
4038 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_request_evt()
4061 u8 pin_len = 0; in hci_link_key_notify_evt() local
4091 ev->key_type, pin_len, &persistent); in hci_link_key_notify_evt()
4099 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_notify_evt()
Dhci_debugfs.c389 HCI_LINK_KEY_SIZE, key->val, key->pin_len); in link_keys_show()
Dmgmt.c2414 key->type, key->pin_len, NULL); in load_link_keys()
2750 if (conn->pending_sec_level == BT_SECURITY_HIGH && cp->pin_len != 16) { in pin_code_reply()
2774 reply.pin_len = cp->pin_len; in pin_code_reply()
8060 ev.key.pin_len = key->pin_len; in mgmt_new_link_key()
Dhci_core.c2574 u8 pin_len, bool *persistent) in hci_add_link_key() argument
2605 key->pin_len = pin_len; in hci_add_link_key()