find_hci_command
c = find_hci_command(cmd, link_control_commands);
c = find_hci_command(cmd, link_policy_commands);
c = find_hci_command(cmd, host_controller_baseband_commands);
c = find_hci_command(cmd, info_commands);
c = find_hci_command(cmd, status_commands);
c = find_hci_command(cmd, le_commands);
c = find_hci_command(cmd, node_commands);
static struct hci_command * find_hci_command (char const *, struct hci_command *);