@gpatel-fr said:
@PhAndersson said:
(Volla Quintus upgraded to 24.04-1.3 from 20.04/OTA-12). obexd is not started by default,
that's strange.
What's the output of
systemctl --user cat obex
# /usr/lib/systemd/user/obex.service
[Unit]
Description=Bluetooth OBEX service
[Service]
Type=dbus
BusName=org.bluez.obex
ExecStart=/usr/libexec/bluetooth/obexd
[Install]
Alias=dbus-org.bluez.obex.service
# /usr/lib/systemd/user/obex.service.d/ubuntu-touch-session.conf
[Service]
ExecStart=
ExecStart=/usr/libexec/bluetooth/obexd -P ftp,irmc,mas,pcsuite -r $HOME
and
systemctl --user status obex
â obex.service - Bluetooth OBEX service
Loaded: loaded (/usr/lib/systemd/user/obex.service; enabled; preset: enabled)
Drop-In: /usr/lib/systemd/user/obex.service.d
ââubuntu-touch-session.conf
Active: inactive (dead)
I also checked 'journal' for any OBEX-related message, but there aren't any.