Searched refs:SDP_PUT16 (Results 1 – 15 of 15) sorted by relevance
/freebsd/usr.sbin/bluetooth/sdpd/ |
H A D | profile.c | 143 SDP_PUT16(*((uint16_t const *)data), buf); in common_profile_create_service_class_id_list() 177 SDP_PUT16(*((uint16_t const *)data), buf); in common_profile_create_bluetooth_profile_descriptor_list() 180 SDP_PUT16(*((uint16_t const *)data), buf); in common_profile_create_bluetooth_profile_descriptor_list() 210 SDP_PUT16(((0x65 << 8) | 0x6e), buf); in common_profile_create_language_base_attribute_id_list() 218 SDP_PUT16(106, buf); in common_profile_create_language_base_attribute_id_list() 225 SDP_PUT16(SDP_ATTR_PRIMARY_LANGUAGE_BASE_ID, buf); in common_profile_create_language_base_attribute_id_list() 306 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in rfcomm_profile_create_protocol_descriptor_list() 311 SDP_PUT16(SDP_UUID_PROTOCOL_RFCOMM, buf); in rfcomm_profile_create_protocol_descriptor_list() 343 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in obex_profile_create_protocol_descriptor_list() 348 SDP_PUT16(SDP_UUID_PROTOCOL_RFCOM in obex_profile_create_protocol_descriptor_list() [all...] |
H A D | audio_sink.c | 70 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in audio_sink_profile_create_protocol_descriptor_list() 73 SDP_PUT16(audio_sink->psm, buf); in audio_sink_profile_create_protocol_descriptor_list() 79 SDP_PUT16(SDP_UUID_PROTOCOL_AVDTP, buf); in audio_sink_profile_create_protocol_descriptor_list() 82 SDP_PUT16(audio_sink->protover, buf); in audio_sink_profile_create_protocol_descriptor_list() 100 SDP_PUT16(SDP_SERVICE_CLASS_PUBLIC_BROWSE_GROUP, buf); in audio_sink_profile_create_browse_group_list() 145 SDP_PUT16(audio_sink->features, buf); in audio_sink_create_supported_features()
|
H A D | audio_source.c | 70 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in audio_source_profile_create_protocol_descriptor_list() 73 SDP_PUT16(audio_source->psm, buf); in audio_source_profile_create_protocol_descriptor_list() 79 SDP_PUT16(SDP_UUID_PROTOCOL_AVDTP, buf); in audio_source_profile_create_protocol_descriptor_list() 82 SDP_PUT16(audio_source->protover, buf); in audio_source_profile_create_protocol_descriptor_list() 100 SDP_PUT16(SDP_SERVICE_CLASS_PUBLIC_BROWSE_GROUP, buf); in audio_source_profile_create_browse_group_list() 145 SDP_PUT16(audio_source->features, buf); in audio_source_create_supported_features()
|
H A D | sd.c | 88 SDP_PUT16(SDP_UUID_PROTOCOL_SDP, buf); /* XXX ??? */ in sd_profile_create_service_id() 119 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in sd_profile_create_protocol_descriptor_list() 124 SDP_PUT16(SDP_UUID_PROTOCOL_SDP, buf); in sd_profile_create_protocol_descriptor_list() 148 SDP_PUT16(SDP_SERVICE_CLASS_PUBLIC_BROWSE_GROUP, buf); in sd_profile_create_browse_group_list() 175 SDP_PUT16(0x0100, buf); in sd_profile_create_version_number_list()
|
H A D | nap.c | 137 SDP_PUT16(nap->net_access_type, buf); in nap_profile_create_net_access_type() 154 SDP_PUT16(nap->max_net_access_rate, buf); in nap_profile_create_max_net_access_rate()
|
H A D | sar.c | 71 SDP_PUT16(attr, buf); in server_prepare_attr_value_pair() 135 SDP_PUT16(len - 3, rsp); in server_prepare_attr_list()
|
H A D | sur.c | 76 SDP_PUT16(0, rsp); in server_prepare_service_unregister_response()
|
H A D | bgd.c | 74 SDP_PUT16(SDP_SERVICE_CLASS_PUBLIC_BROWSE_GROUP, buf); in bgd_profile_create_group_id()
|
H A D | scr.c | 85 SDP_PUT16(0, rsp); in server_prepare_service_change_response()
|
H A D | srr.c | 98 SDP_PUT16(0, rsp); in server_prepare_service_register_response()
|
H A D | ssar.c | 376 SDP_PUT16(srv->fdidx[fd].rsp_size - 3, ptr); in server_prepare_service_search_attribute_response()
|
/freebsd/lib/libsdp/ |
H A D | search.c | 109 SDP_PUT16(plen, req); in sdp_search() 112 SDP_PUT16(*pp, req); in sdp_search() 116 SDP_PUT16(0xffff, req); in sdp_search() 120 SDP_PUT16(alen, req); in sdp_search() 133 SDP_PUT16(lo, req); in sdp_search()
|
H A D | Makefile | 21 MLINKS+= sdp.3 SDP_PUT16.3
|
H A D | sdp.h | 429 #define SDP_PUT16(s, cp) { \ macro
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 257 OLD_FILES+=usr/share/man/man3/SDP_PUT16.3.gz
|