Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/sdpd/
H A Dopush.c90 sdp_opush_profile_p opush = (sdp_opush_profile_p) provider->data; in opush_profile_create_protocol_descriptor_list() local
94 (uint8_t const *) &opush->server_channel, 1)); in opush_profile_create_protocol_descriptor_list()
103 sdp_opush_profile_p opush = (sdp_opush_profile_p) provider->data; in opush_profile_create_supported_formats_list() local
107 (uint8_t const *) opush->supported_formats, in opush_profile_create_supported_formats_list()
108 opush->supported_formats_size)); in opush_profile_create_supported_formats_list()
H A Dprofile.c418 sdp_opush_profile_p opush = (sdp_opush_profile_p) data; in obex_profile_data_valid()
420 if (opush->server_channel < 1 || in obex_profile_data_valid()
421 opush->server_channel > 30 || in obex_profile_data_valid()
422 opush->supported_formats_size == 0 || in obex_profile_data_valid()
423 opush->supported_formats_size > sizeof(opush->supported_formats)) in obex_profile_data_valid()
417 sdp_opush_profile_p opush = (sdp_opush_profile_p) data; obex_profile_data_valid() local
H A DMakefile8 main.c nap.c opush.c panu.c profile.c provider.c sar.c scr.c \