Home
last modified time | relevance | path

Searched refs:sdp_command (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.c48 static struct sdp_command * find_sdp_command (char const *,
49 struct sdp_command *);
50 static void print_sdp_command (struct sdp_command *);
108 struct sdp_command *c = NULL; in do_sdp_command()
177 static struct sdp_command *
178 find_sdp_command(char const *command, struct sdp_command *category) in find_sdp_command()
180 struct sdp_command *c = NULL; in find_sdp_command()
199 print_sdp_command(struct sdp_command *category) in print_sdp_command()
201 struct sdp_command *c = NULL; in print_sdp_command()
H A Dsdpcontrol.h41 struct sdp_command { struct
47 extern struct sdp_command sdp_commands[]; argument
H A Dsearch.c718 struct sdp_command sdp_commands[] = {