hci_command
struct hci_command *c = NULL;
static struct hci_command *
find_hci_command(char const *command, struct hci_command *category)
struct hci_command *c = NULL;
print_hci_command(struct hci_command *category)
struct hci_command *c = NULL;
static struct hci_command * find_hci_command (char const *, struct hci_command *);
static void print_hci_command (struct hci_command *);
extern struct hci_command link_control_commands[];
extern struct hci_command link_policy_commands[];
extern struct hci_command host_controller_baseband_commands[];
extern struct hci_command info_commands[];
extern struct hci_command status_commands[];
extern struct hci_command node_commands[];
extern struct hci_command le_commands[];
struct hci_command host_controller_baseband_commands[] = {
struct hci_command info_commands[] = {
struct hci_command le_commands[] = {
struct hci_command link_control_commands[] = {
struct hci_command link_policy_commands[] = {
struct hci_command node_commands[] = {
struct hci_command status_commands[] = {