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

/freebsd-11.0-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h40 struct sdp_command { struct
46 extern struct sdp_command sdp_commands[];
H A Dsdpcontrol.c47 static struct sdp_command * find_sdp_command (char const *,
48 struct sdp_command *);
49 static void print_sdp_command (struct sdp_command *);
107 struct sdp_command *c = NULL;
176 static struct sdp_command *
177 find_sdp_command(char const *command, struct sdp_command *category)
179 struct sdp_command *c = NULL;
198 print_sdp_command(struct sdp_command *category)
200 struct sdp_command *c = NULL;
H A Dsearch.c716 struct sdp_command sdp_commands[] = {

Completed in 51 milliseconds