Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2019 11:26:33 -0800
From:      Maksim Yevmenkin <maksim.yevmenkin@gmail.com>
To:        SAITOU Toshihide <toshi@ruby.ocn.ne.jp>
Cc:        "freebsd-bluetooth@freebsd.org" <freebsd-bluetooth@freebsd.org>
Subject:   Re: Do obexapp and rfcomm_sppd work as server?
Message-ID:  <CAFPOs6prw9J0XqQrdzTV53Vs_C8fLUOjWPZb2nG=Dv61qFnr_Q@mail.gmail.com>
In-Reply-To: <20191115.003249.1323876476717305943.toshi@ruby.ocn.ne.jp>
References:  <20191115.003249.1323876476717305943.toshi@ruby.ocn.ne.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFPOs6prw9J0XqQrdzTV53Vs_C8fLUOjWPZb2nG=Dv61qFnr_Q>