Searched refs:pin_len (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/net/bluetooth/
H A Dmgmt.h189 __u8 pin_len; member in struct:mgmt_link_key_info
242 __u8 pin_len; member in struct:mgmt_cp_pin_code_reply
H A Dhci_core.h229 u8 pin_len; member in struct:link_key
1768 u8 pin_len, bool *persistent);
H A Dhci.h801 __u8 pin_len; member in struct:hci_cp_pin_code_reply
/linux-master/net/bluetooth/
H A Dhci_event.c1224 conn->pin_length = cp->pin_len;
4667 static void conn_set_key(struct hci_conn *conn, u8 key_type, u8 pin_len) argument
4672 conn->pin_length = pin_len;
4681 if (pin_len == 16)
4733 if (key->type == HCI_LK_COMBINATION && key->pin_len < 16 &&
4740 conn_set_key(conn, key->type, key->pin_len);
4764 u8 pin_len = 0; local
4794 ev->key_type, pin_len, &persistent);
4802 conn_set_key(conn, key->type, key->pin_len);
H A Dhci_debugfs.c395 HCI_LINK_KEY_SIZE, key->val, key->pin_len);
H A Dhci_core.c1336 u8 pin_len, bool *persistent)
1367 key->pin_len = pin_len;
1334 hci_add_link_key(struct hci_dev *hdev, struct hci_conn *conn, bdaddr_t *bdaddr, u8 *val, u8 type, u8 pin_len, bool *persistent) argument
H A Dmgmt.c2887 key->type, key->pin_len, NULL);
3256 if (conn->pending_sec_level == BT_SECURITY_HIGH && cp->pin_len != 16) {
3280 reply.pin_len = cp->pin_len;
9489 ev.key.pin_len = key->pin_len;

Completed in 259 milliseconds