hello, > Does the FreeBSD 12.1 work as server of obexapp and rfcomm_sppd?
yes, it should work [...] > Start SDP daemon and some service application server: > > # service sdpd onestart > > # obexapp -s -C 1 > > Double click the device on the Bluetooth window of the > Macbook to send file but transferring is failed. is there anything useful in the logs? perhaps incoming folder is missing (defaults to /var/spool/obex)? you might want to try and run obexapp with -u option. in this case incoming folder will be user's home directory. > # rfcomm_sppd -S > > After deletion of device and pairing again, the following > nodes are appeared on the MacBook but not usable. > > /dev/tty.Bluetooth-Incoming-Port > /dev/tty.hostnameubt0-SerialPort may i ask what are you trying to do? the above command will use stdin/stdout. if you are trying to assign tty then please use -t option. thanks max _______________________________________________ freebsd-bluetooth@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth To unsubscribe, send any mail to "freebsd-bluetooth-unsubscr...@freebsd.org"
