Searched refs:SDP_PUT16 (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/usr.sbin/bluetooth/sdpd/
H A Daudio_sink.c72 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf);
75 SDP_PUT16(audio_sink->psm, buf);
81 SDP_PUT16(SDP_UUID_PROTOCOL_AVDTP, buf);
84 SDP_PUT16(audio_sink->protover, buf);
102 SDP_PUT16(SDP_SERVICE_CLASS_PUBLIC_BROWSE_GROUP, buf);
147 SDP_PUT16(audio_sink->features, buf);
H A Daudio_source.c72 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf);
75 SDP_PUT16(audio_source->psm, buf);
81 SDP_PUT16(SDP_UUID_PROTOCOL_AVDTP, buf);
84 SDP_PUT16(audio_source->protover, buf);
102 SDP_PUT16(SDP_SERVICE_CLASS_PUBLIC_BROWSE_GROUP, buf);
147 SDP_PUT16(audio_source->features, buf);
H A Dprofile.c143 SDP_PUT16(*((uint16_t const *)data), buf);
177 SDP_PUT16(*((uint16_t const *)data), buf);
180 SDP_PUT16(*((uint16_t const *)data), buf);
210 SDP_PUT16(((0x65 << 8) | 0x6e), buf);
218 SDP_PUT16(106, buf);
225 SDP_PUT16(SDP_ATTR_PRIMARY_LANGUAGE_BASE_ID, buf);
306 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf);
311 SDP_PUT16(SDP_UUID_PROTOCOL_RFCOMM, buf);
343 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf);
348 SDP_PUT16(SDP_UUID_PROTOCOL_RFCOM
[all...]
H A Dsd.c89 SDP_PUT16(SDP_UUID_PROTOCOL_SDP, buf); /* XXX ??? */
120 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf);
125 SDP_PUT16(SDP_UUID_PROTOCOL_SDP, buf);
149 SDP_PUT16(SDP_SERVICE_CLASS_PUBLIC_BROWSE_GROUP, buf);
176 SDP_PUT16(0x0100, buf);
H A Dbgd.c75 SDP_PUT16(SDP_SERVICE_CLASS_PUBLIC_BROWSE_GROUP, buf);
H A Dscr.c86 SDP_PUT16(0, rsp);
H A Dsur.c77 SDP_PUT16(0, rsp);
H A Dnap.c138 SDP_PUT16(nap->net_access_type, buf);
155 SDP_PUT16(nap->max_net_access_rate, buf);
H A Dsrr.c98 SDP_PUT16(0, rsp);
H A Dsar.c71 SDP_PUT16(attr, buf);
135 SDP_PUT16(len - 3, rsp);
H A Dssar.c377 SDP_PUT16(srv->fdidx[fd].rsp_size - 3, ptr);
/freebsd-12-stable/lib/libsdp/
H A DMakefile22 MLINKS+= sdp.3 SDP_PUT16.3
H A Dsearch.c110 SDP_PUT16(plen, req);
113 SDP_PUT16(*pp, req);
117 SDP_PUT16(0xffff, req);
121 SDP_PUT16(alen, req);
134 SDP_PUT16(lo, req);
H A Dsdp.h430 #define SDP_PUT16(s, cp) { \ macro

Completed in 101 milliseconds