Home
last modified time | relevance | path

Searched refs:irk_count (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/net/bluetooth/
Dmgmt.h414 __le16 irk_count; member
/Linux-v4.19/net/bluetooth/
Dmgmt.c5016 u16 irk_count, expected_len; in load_irks() local
5025 irk_count = __le16_to_cpu(cp->irk_count); in load_irks()
5026 if (irk_count > max_irk_count) { in load_irks()
5028 irk_count); in load_irks()
5033 expected_len = sizeof(*cp) + irk_count * sizeof(struct mgmt_irk_info); in load_irks()
5041 BT_DBG("%s irk_count %u", hdev->name, irk_count); in load_irks()
5043 for (i = 0; i < irk_count; i++) { in load_irks()
5056 for (i = 0; i < irk_count; i++) { in load_irks()