Home
last modified time | relevance | path

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

/linux-6.15/include/net/bluetooth/
H A Dmgmt.h190 __u8 pin_len; member
243 __u8 pin_len; member
H A Dhci_core.h222 u8 pin_len; member
1805 u8 pin_len, bool *persistent);
H A Dhci.h830 __u8 pin_len; member
/linux-6.15/net/bluetooth/
H A Dhci_event.c1177 conn->pin_length = cp->pin_len; in hci_cc_pin_code_reply()
4564 static void conn_set_key(struct hci_conn *conn, u8 key_type, u8 pin_len) in conn_set_key() argument
4569 conn->pin_length = pin_len; in conn_set_key()
4578 if (pin_len == 16) in conn_set_key()
4630 if (key->type == HCI_LK_COMBINATION && key->pin_len < 16 && in hci_link_key_request_evt()
4637 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_request_evt()
4661 u8 pin_len = 0; in hci_link_key_notify_evt() local
4691 ev->key_type, pin_len, &persistent); in hci_link_key_notify_evt()
4699 conn_set_key(conn, key->type, key->pin_len); in hci_link_key_notify_evt()
H A Dhci_core.c1261 u8 pin_len, bool *persistent) in hci_add_link_key() argument
1292 key->pin_len = pin_len; in hci_add_link_key()
H A Dhci_debugfs.c394 HCI_LINK_KEY_SIZE, key->val, key->pin_len); in link_keys_show()
H A Dmgmt.c2956 key->type, key->pin_len, NULL); in load_link_keys()
3342 if (conn->pending_sec_level == BT_SECURITY_HIGH && cp->pin_len != 16) { in pin_code_reply()
3366 reply.pin_len = cp->pin_len; in pin_code_reply()
9478 ev.key.pin_len = key->pin_len; in mgmt_new_link_key()
H A Dhci_conn.c3036 return &key->pin_len; in hci_conn_key_enc_size()