• Home
  • Raw
  • Download

Lines Matching refs:ogf

244 static void command_status(uint16_t ogf, uint16_t ocf, uint8_t status)  in command_status()  argument
263 cs->opcode = htobs(cmd_opcode_pack(ogf, ocf)); in command_status()
272 static void command_complete(uint16_t ogf, uint16_t ocf, int plen, void *data) in command_complete() argument
290 cc->opcode = htobs(cmd_opcode_pack(ogf, ocf)); in command_complete()
600 const uint16_t ogf = OGF_LINK_CTL; in hci_link_control() local
604 command_status(ogf, ocf, 0x00); in hci_link_control()
609 command_status(ogf, ocf, 0x00); in hci_link_control()
614 command_status(ogf, ocf, 0x00); in hci_link_control()
620 command_complete(ogf, ocf, 1, &status); in hci_link_control()
629 const uint16_t ogf = OGF_INFO_PARAM; in hci_link_policy() local
634 command_complete(ogf, ocf, 1, &status); in hci_link_policy()
647 const uint16_t ogf = OGF_HOST_CTL; in hci_host_control() local
652 command_complete(ogf, ocf, 1, &status); in hci_host_control()
657 command_complete(ogf, ocf, 1, &status); in hci_host_control()
663 command_complete(ogf, ocf, 1, &status); in hci_host_control()
669 command_complete(ogf, ocf, sizeof(ln), &ln); in hci_host_control()
675 command_complete(ogf, ocf, 1, &status); in hci_host_control()
680 command_complete(ogf, ocf, 1, &status); in hci_host_control()
685 command_complete(ogf, ocf, 1, &status); in hci_host_control()
690 command_complete(ogf, ocf, 1, &status); in hci_host_control()
696 command_complete(ogf, ocf, sizeof(cd), &cd); in hci_host_control()
702 command_complete(ogf, ocf, 1, &status); in hci_host_control()
708 command_complete(ogf, ocf, sizeof(im), &im); in hci_host_control()
714 command_complete(ogf, ocf, 1, &status); in hci_host_control()
721 command_complete(ogf, ocf, sizeof(ir), &ir); in hci_host_control()
728 command_complete(ogf, ocf, 1, &status); in hci_host_control()
733 command_complete(ogf, ocf, 1, &status); in hci_host_control()
747 const uint16_t ogf = OGF_INFO_PARAM; in hci_info_param() local
757 command_complete(ogf, ocf, sizeof(lv), &lv); in hci_info_param()
763 command_complete(ogf, ocf, sizeof(lf), &lf); in hci_info_param()
777 command_complete(ogf, ocf, sizeof(ef), &ef); in hci_info_param()
786 command_complete(ogf, ocf, sizeof(bs), &bs); in hci_info_param()
792 command_complete(ogf, ocf, sizeof(ba), &ba); in hci_info_param()
797 command_complete(ogf, ocf, 1, &status); in hci_info_param()
806 uint16_t ogf, ocf; in hci_command() local
812 ogf = cmd_opcode_ogf(ch->opcode); in hci_command()
815 switch (ogf) { in hci_command()