hci_skb_opcode
u16 opcode = hci_skb_opcode(hdev->req_skb);
if (hci_skb_opcode(skb) != HCI_OP_NOP) {
(hci_opcode_ogf(hci_skb_opcode(hdev->req_skb)) == 0x08 ||
hci_skb_opcode(hdev->req_skb) == HCI_OP_NOP) &&
*opcode = hci_skb_opcode(hdev->req_skb);
hci_opcode_ogf(hci_skb_opcode(hdev->req_skb)) != 0x08 &&
hci_req_cmd_complete(hdev, hci_skb_opcode(hdev->req_skb),
hci_skb_opcode(skb) = opcode;
hci_skb_opcode(skb) = opcode;