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

/freebsd-9.3-release/usr.sbin/bluetooth/sdpd/
H A Dopush.c2 * opush.c
28 * $Id: opush.c,v 1.6 2004/01/13 19:31:54 max Exp $
88 sdp_opush_profile_p opush = (sdp_opush_profile_p) provider->data; local
92 (uint8_t const *) &opush->server_channel, 1));
101 sdp_opush_profile_p opush = (sdp_opush_profile_p) provider->data; local
105 (uint8_t const *) opush->supported_formats,
106 opush->supported_formats_size));
H A DMakefile7 main.c nap.c opush.c panu.c profile.c provider.c sar.c scr.c \
H A Dprofile.c411 sdp_opush_profile_p opush = (sdp_opush_profile_p) data; local
413 if (opush->server_channel < 1 ||
414 opush->server_channel > 30 ||
415 opush->supported_formats_size == 0 ||
416 opush->supported_formats_size > sizeof(opush->supported_formats))

Completed in 97 milliseconds