Home
last modified time | relevance | path

Searched refs:hci_command (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.h43 struct hci_command { struct
51 extern struct hci_command link_control_commands[]; argument
52 extern struct hci_command link_policy_commands[];
53 extern struct hci_command host_controller_baseband_commands[];
54 extern struct hci_command info_commands[];
55 extern struct hci_command status_commands[];
56 extern struct hci_command node_commands[];
57 extern struct hci_command le_commands[];
H A Dhccontrol.c50 static struct hci_command * find_hci_command (char const *, struct hci_command *);
52 static void print_hci_command (struct hci_command *);
175 struct hci_command *c = NULL; in do_hci_command()
262 static struct hci_command * in find_hci_command()
263 find_hci_command(char const *command, struct hci_command *category) in find_hci_command()
265 struct hci_command *c = NULL; in find_hci_command()
319 print_hci_command(struct hci_command *category) in print_hci_command()
321 struct hci_command *c = NULL; in print_hci_command()
H A Dstatus.c205 struct hci_command status_commands[] = {
H A Dinfo.c214 struct hci_command info_commands[] = {
H A Dlink_policy.c246 struct hci_command link_policy_commands[] = {
H A Dnode.c486 struct hci_command node_commands[] = {
H A Dlink_control.c812 struct hci_command link_control_commands[] = {
H A Dle.c1238 struct hci_command le_commands[] = {
H A Dhost_controller_baseband.c1564 struct hci_command host_controller_baseband_commands[] = {