Home
last modified time | relevance | path

Searched refs:SDP_SERVICE_CLASS_PANU (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/usr.sbin/bluetooth/sdpd/
Dpanu.c47 SDP_SERVICE_CLASS_PANU in panu_profile_create_service_class_id_list()
62 SDP_SERVICE_CLASS_PANU, in panu_profile_create_bluetooth_profile_descriptor_list()
167 SDP_SERVICE_CLASS_PANU,
/freebsd-10-stable/usr.sbin/bluetooth/btpand/
Dbtpand.c67 { "PANU", SDP_SERVICE_CLASS_PANU, "Personal Area Networking User" },
184 if (service_class == SDP_SERVICE_CLASS_PANU) in main()
191 if (server_limit > 1 && service_class != SDP_SERVICE_CLASS_PANU) in main()
Dbnep.c337 dst = SDP_SERVICE_CLASS_PANU; in bnep_recv_setup_connection_req()
353 src = SDP_SERVICE_CLASS_PANU; in bnep_recv_setup_connection_req()
357 if ((dst != SDP_SERVICE_CLASS_PANU && src != SDP_SERVICE_CLASS_PANU) in bnep_recv_setup_connection_req()
Dclient.c158 2, service_class, SDP_SERVICE_CLASS_PANU); in client_init()
/freebsd-10-stable/lib/libsdp/
Dutil.c95 { SDP_SERVICE_CLASS_PANU, "PANU", },
Dsdp.h148 #define SDP_SERVICE_CLASS_PANU 0x1115 macro