Home
last modified time | relevance | path

Searched refs:SDP_SERVICE_CLASS_NAP (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/usr.sbin/btpand/
Dserver.c359 if (service_class == SDP_SERVICE_CLASS_NAP) { in server_mkrecord()
367 if (service_class == SDP_SERVICE_CLASS_NAP in server_mkrecord()
Dbtpand.c71 { "NAP", SDP_SERVICE_CLASS_NAP,
Dbnep.c334 dst = SDP_SERVICE_CLASS_NAP; in bnep_recv_setup_connection_req()
350 src = SDP_SERVICE_CLASS_NAP; in bnep_recv_setup_connection_req()
/netbsd/src/usr.bin/sdpquery/
Dcommand.c77 { SDP_SERVICE_CLASS_NAP,
/netbsd/src/usr.sbin/sdpd/
Dcompat.c576 sdp_put_uuid16(buf, SDP_SERVICE_CLASS_NAP); in nap_profile()
606 sdp_put_uuid16(buf, SDP_SERVICE_CLASS_NAP); in nap_profile()
770 { SDP_SERVICE_CLASS_NAP, nap_profile },
/netbsd/src/lib/libbluetooth/
Dsdp_compat.c431 { SDP_SERVICE_CLASS_NAP, "Network Access Point", },
Dsdp.h193 #define SDP_SERVICE_CLASS_NAP 0x1116 macro