Home
last modified time | relevance | path

Searched refs:protover (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/bluetooth/sdpd/
H A Daudio_sink.c82 SDP_PUT16(audio_sink->protover, buf); in audio_sink_profile_create_protocol_descriptor_list()
H A Daudio_source.c82 SDP_PUT16(audio_source->protover, buf); in audio_source_profile_create_protocol_descriptor_list()
/freebsd/lib/libsdp/
H A Dsdp.h591 uint16_t protover; member
600 uint16_t protover; member
/freebsd/lib/virtual_oss/bt/
H A Dbt.c239 int protover = 0; in bt_find_psm() local
300 SDP_GET16(protover, ptr); in bt_find_psm()
309 if (protover >= 0x0100 && psm > -1) in bt_find_psm()
/freebsd/usr.sbin/virtual_oss/virtual_bt_speaker/
H A Dbt_speaker.c94 record.protover = 0x100; in register_sdp()