Symbol: hci_command
usr.sbin/bluetooth/hccontrol/hccontrol.c
175
struct hci_command *c = NULL;
usr.sbin/bluetooth/hccontrol/hccontrol.c
262
static struct hci_command *
usr.sbin/bluetooth/hccontrol/hccontrol.c
263
find_hci_command(char const *command, struct hci_command *category)
usr.sbin/bluetooth/hccontrol/hccontrol.c
265
struct hci_command *c = NULL;
usr.sbin/bluetooth/hccontrol/hccontrol.c
319
print_hci_command(struct hci_command *category)
usr.sbin/bluetooth/hccontrol/hccontrol.c
321
struct hci_command *c = NULL;
usr.sbin/bluetooth/hccontrol/hccontrol.c
50
static struct hci_command * find_hci_command (char const *, struct hci_command *);
usr.sbin/bluetooth/hccontrol/hccontrol.c
52
static void print_hci_command (struct hci_command *);
usr.sbin/bluetooth/hccontrol/hccontrol.h
51
extern struct hci_command link_control_commands[];
usr.sbin/bluetooth/hccontrol/hccontrol.h
52
extern struct hci_command link_policy_commands[];
usr.sbin/bluetooth/hccontrol/hccontrol.h
53
extern struct hci_command host_controller_baseband_commands[];
usr.sbin/bluetooth/hccontrol/hccontrol.h
54
extern struct hci_command info_commands[];
usr.sbin/bluetooth/hccontrol/hccontrol.h
55
extern struct hci_command status_commands[];
usr.sbin/bluetooth/hccontrol/hccontrol.h
56
extern struct hci_command node_commands[];
usr.sbin/bluetooth/hccontrol/hccontrol.h
57
extern struct hci_command le_commands[];
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
1564
struct hci_command host_controller_baseband_commands[] = {
usr.sbin/bluetooth/hccontrol/info.c
214
struct hci_command info_commands[] = {
usr.sbin/bluetooth/hccontrol/le.c
1255
struct hci_command le_commands[] = {
usr.sbin/bluetooth/hccontrol/link_control.c
812
struct hci_command link_control_commands[] = {
usr.sbin/bluetooth/hccontrol/link_policy.c
246
struct hci_command link_policy_commands[] = {
usr.sbin/bluetooth/hccontrol/node.c
486
struct hci_command node_commands[] = {
usr.sbin/bluetooth/hccontrol/status.c
205
struct hci_command status_commands[] = {