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

/freebsd-13-stable/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.h44 struct hci_command { struct
52 extern struct hci_command link_control_commands[];
53 extern struct hci_command link_policy_commands[];
54 extern struct hci_command host_controller_baseband_commands[];
55 extern struct hci_command info_commands[];
56 extern struct hci_command status_commands[];
57 extern struct hci_command node_commands[];
58 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;
262 static struct hci_command *
263 find_hci_command(char const *command, struct hci_command *category)
265 struct hci_command *c = NULL;
319 print_hci_command(struct hci_command *category)
321 struct hci_command *c = NULL;
H A Dinfo.c215 struct hci_command info_commands[] = {
H A Dlink_policy.c247 struct hci_command link_policy_commands[] = {
H A Dstatus.c206 struct hci_command status_commands[] = {
H A Dnode.c486 struct hci_command node_commands[] = {
H A Dlink_control.c813 struct hci_command link_control_commands[] = {
H A Dle.c1242 struct hci_command le_commands[] = {
H A Dhost_controller_baseband.c1565 struct hci_command host_controller_baseband_commands[] = {

Completed in 118 milliseconds