uuid16            477 net/bluetooth/hci_request.c 		u16 uuid16;
uuid16            482 net/bluetooth/hci_request.c 		uuid16 = get_unaligned_le16(&uuid->uuid[12]);
uuid16            483 net/bluetooth/hci_request.c 		if (uuid16 < 0x1100)
uuid16            486 net/bluetooth/hci_request.c 		if (uuid16 == PNP_INFO_SVCLASS_ID)
uuid16            502 net/bluetooth/hci_request.c 		*ptr++ = (uuid16 & 0x00ff);
uuid16            503 net/bluetooth/hci_request.c 		*ptr++ = (uuid16 & 0xff00) >> 8;
uuid16            504 net/bluetooth/hci_request.c 		uuids_start[0] += sizeof(uuid16);