Home | History | Annotate | Download | only in test

Lines Matching refs:ch

815 	hci_command_hdr *ch;
819 ch = (hci_command_hdr *) ptr;
822 ch->opcode = btohs(ch->opcode);
823 ogf = cmd_opcode_ogf(ch->opcode);
824 ocf = cmd_opcode_ocf(ch->opcode);
828 hci_link_control(ocf, ch->plen, ptr);
832 hci_link_policy(ocf, ch->plen, ptr);
836 hci_host_control(ocf, ch->plen, ptr);
840 hci_info_param(ocf, ch->plen, ptr);