Home
last modified time | relevance | path

Searched refs:bthid_command (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c48 static struct bthid_command * find_bthid_command(char const *command, struct bthid_command *categor…
49 static void print_bthid_command(struct bthid_command *category);
115 struct bthid_command *c = NULL; in do_bthid_command()
172 static struct bthid_command *
173 find_bthid_command(char const *command, struct bthid_command *category) in find_bthid_command()
175 struct bthid_command *c = NULL; in find_bthid_command()
194 print_bthid_command(struct bthid_command *category) in print_bthid_command()
196 struct bthid_command *c = NULL; in print_bthid_command()
H A Dbthidcontrol.h41 struct bthid_command { struct
47 extern struct bthid_command hid_commands[]; argument
48 extern struct bthid_command sdp_commands[];
H A Dhid.c194 struct bthid_command hid_commands[] = {
H A Dsdp.c492 struct bthid_command sdp_commands[] =