Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c49 static struct bthid_command * find_bthid_command(char const *command, struct bthid_command *categor…
50 static void print_bthid_command(struct bthid_command *category);
116 struct bthid_command *c = NULL; in do_bthid_command()
173 static struct bthid_command *
174 find_bthid_command(char const *command, struct bthid_command *category) in find_bthid_command()
176 struct bthid_command *c = NULL; in find_bthid_command()
195 print_bthid_command(struct bthid_command *category) in print_bthid_command()
197 struct bthid_command *c = NULL; in print_bthid_command()
H A Dbthidcontrol.h42 struct bthid_command { struct
48 extern struct bthid_command hid_commands[]; argument
49 extern struct bthid_command sdp_commands[];
H A Dhid.c195 struct bthid_command hid_commands[] = {
H A Dsdp.c493 struct bthid_command sdp_commands[] =