Home
last modified time | relevance | path

Searched refs:SDP_DATA_UINT16 (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/usr.sbin/bluetooth/sdpd/
Dprofile.c176 SDP_PUT8(SDP_DATA_UINT16, buf); in common_profile_create_bluetooth_profile_descriptor_list()
206 SDP_PUT8(SDP_DATA_UINT16, buf); in common_profile_create_language_base_attribute_id_list()
214 SDP_PUT8(SDP_DATA_UINT16, buf); in common_profile_create_language_base_attribute_id_list()
221 SDP_PUT8(SDP_DATA_UINT16, buf); in common_profile_create_language_base_attribute_id_list()
461 SDP_PUT8(SDP_DATA_UINT16, buf); in bnep_profile_create_protocol_descriptor_list()
468 SDP_PUT8(SDP_DATA_UINT16, buf); in bnep_profile_create_protocol_descriptor_list()
473 SDP_PUT8(SDP_DATA_UINT16, buf); in bnep_profile_create_protocol_descriptor_list()
496 SDP_PUT8(SDP_DATA_UINT16, buf); in bnep_profile_create_security_description()
Daudio_source.c74 SDP_PUT8(SDP_DATA_UINT16, buf); in audio_source_profile_create_protocol_descriptor_list()
83 SDP_PUT8(SDP_DATA_UINT16, buf); in audio_source_profile_create_protocol_descriptor_list()
146 SDP_PUT8(SDP_DATA_UINT16, buf); in audio_source_create_supported_features()
Daudio_sink.c74 SDP_PUT8(SDP_DATA_UINT16, buf); in audio_sink_profile_create_protocol_descriptor_list()
83 SDP_PUT8(SDP_DATA_UINT16, buf); in audio_sink_profile_create_protocol_descriptor_list()
146 SDP_PUT8(SDP_DATA_UINT16, buf); in audio_sink_create_supported_features()
Dnap.c134 SDP_PUT8(SDP_DATA_UINT16, buf); in nap_profile_create_net_access_type()
151 SDP_PUT8(SDP_DATA_UINT16, buf); in nap_profile_create_max_net_access_rate()
Dsar.c67 SDP_PUT8(SDP_DATA_UINT16, buf); in server_prepare_attr_value_pair()
98 case SDP_DATA_UINT16: in server_prepare_attr_list()
Dsd.c172 SDP_PUT8(SDP_DATA_UINT16, buf); in sd_profile_create_version_number_list()
Dssar.c99 case SDP_DATA_UINT16: in server_search_uuid_sub()
/freebsd-9-stable/lib/libsdp/
Dsearch.c130 SDP_PUT8(SDP_DATA_UINT16, req); in sdp_search()
321 if (t != SDP_DATA_UINT16) { in sdp_search()
339 case SDP_DATA_UINT16: in sdp_search()
Dutil.c315 case SDP_DATA_UINT16: in sdp_print()
Dsdp.h46 #define SDP_DATA_UINT16 0x09 macro
/freebsd-9-stable/usr.sbin/bluetooth/btpand/
Dsdp.c194 case SDP_DATA_UINT16: in _sdp_get_uint16()
/freebsd-9-stable/usr.sbin/bluetooth/sdpcontrol/
Dsearch.c217 case SDP_DATA_UINT16: in print_protocol_descriptor()
478 if (type != SDP_DATA_UINT16) { in print_bluetooth_profile_descriptor_list()
/freebsd-9-stable/usr.sbin/bluetooth/bthidcontrol/
Dsdp.c273 if (type != SDP_DATA_UINT16) in hid_sdp_parse_protocol_descriptor_list()