uuid_count         85 include/net/bluetooth/hci_core.h 	u16			uuid_count;
uuid_count        629 include/net/bluetooth/hci_core.h 	hdev->discovery.uuid_count = 0;
uuid_count        505 include/net/bluetooth/mgmt.h 	__le16 uuid_count;
uuid_count       3928 net/bluetooth/mgmt.c 	u16 uuid_count, expected_len;
uuid_count       3953 net/bluetooth/mgmt.c 	uuid_count = __le16_to_cpu(cp->uuid_count);
uuid_count       3954 net/bluetooth/mgmt.c 	if (uuid_count > max_uuid_count) {
uuid_count       3956 net/bluetooth/mgmt.c 			   uuid_count);
uuid_count       3964 net/bluetooth/mgmt.c 	expected_len = sizeof(*cp) + uuid_count * 16;
uuid_count       3999 net/bluetooth/mgmt.c 	hdev->discovery.uuid_count = uuid_count;
uuid_count       4001 net/bluetooth/mgmt.c 	if (uuid_count > 0) {
uuid_count       4002 net/bluetooth/mgmt.c 		hdev->discovery.uuids = kmemdup(cp->uuids, uuid_count * 16,
uuid_count       7694 net/bluetooth/mgmt.c static inline bool has_uuid(u8 *uuid, u16 uuid_count, u8 (*uuids)[16])
uuid_count       7698 net/bluetooth/mgmt.c 	for (i = 0; i < uuid_count; i++) {
uuid_count       7706 net/bluetooth/mgmt.c static bool eir_has_uuids(u8 *eir, u16 eir_len, u16 uuid_count, u8 (*uuids)[16])
uuid_count       7728 net/bluetooth/mgmt.c 				if (has_uuid(uuid, uuid_count, uuids))
uuid_count       7740 net/bluetooth/mgmt.c 				if (has_uuid(uuid, uuid_count, uuids))
uuid_count       7748 net/bluetooth/mgmt.c 				if (has_uuid(uuid, uuid_count, uuids))
uuid_count       7794 net/bluetooth/mgmt.c 	if (hdev->discovery.uuid_count != 0) {
uuid_count       7798 net/bluetooth/mgmt.c 		if (!eir_has_uuids(eir, eir_len, hdev->discovery.uuid_count,
uuid_count       7801 net/bluetooth/mgmt.c 				   hdev->discovery.uuid_count,