cod              2104 net/bluetooth/hci_request.c 	u8 cod[3];
cod              2117 net/bluetooth/hci_request.c 	cod[0] = hdev->minor_class;
cod              2118 net/bluetooth/hci_request.c 	cod[1] = hdev->major_class;
cod              2119 net/bluetooth/hci_request.c 	cod[2] = get_service_classes(hdev);
cod              2122 net/bluetooth/hci_request.c 		cod[1] |= 0x20;
cod              2124 net/bluetooth/hci_request.c 	if (memcmp(cod, hdev->dev_class, 3) == 0)
cod              2127 net/bluetooth/hci_request.c 	hci_req_add(req, HCI_OP_WRITE_CLASS_OF_DEV, sizeof(cod), cod);