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

/freebsd-11.0-release/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.h42 struct hci_command { struct
50 extern struct hci_command link_control_commands[];
51 extern struct hci_command link_policy_commands[];
52 extern struct hci_command host_controller_baseband_commands[];
53 extern struct hci_command info_commands[];
54 extern struct hci_command status_commands[];
55 extern struct hci_command node_commands[];
56 extern struct hci_command le_commands[];
H A Dhccontrol.c48 static struct hci_command * find_hci_command (char const *, struct hci_command *);
50 static void print_hci_command (struct hci_command *);
171 struct hci_command *c = NULL;
258 static struct hci_command *
259 find_hci_command(char const *command, struct hci_command *category)
261 struct hci_command *c = NULL;
315 print_hci_command(struct hci_command *category)
317 struct hci_command *c = NULL;
H A Dinfo.c181 struct hci_command info_commands[] = {
H A Dlink_policy.c245 struct hci_command link_policy_commands[] = {
H A Dstatus.c204 struct hci_command status_commands[] = {
H A Dle.c317 struct hci_command le_commands[] = {
H A Dnode.c474 struct hci_command node_commands[] = {
H A Dlink_control.c811 struct hci_command link_control_commands[] = {
H A Dhost_controller_baseband.c1563 struct hci_command host_controller_baseband_commands[] = {

Completed in 64 milliseconds