Hello,
I can’t send file via Bluetooth from my pc to phone via terminal but I can recieve. What can I do?
For receiving, I used the command
ebube@fedora:~$ bt-obex -s ~/bluetooth/
Then I sent file from my phone and accepted with a ‘y’ on my terminal.
Sending file fails:
ebube@fedora:~$ bt-obex -p A4:E2:87:3D:F3:C9 /home/ebube/commands
[Transfer#commands] Waiting...
[Transfer#commands] Failed
(bt-obex:12684): GLib-CRITICAL **: 19:22:00.322: g_atomic_ref_count_dec: assertion 'old_value > 0' failed
(bt-obex:12684): GLib-CRITICAL **: 19:22:00.322: g_atomic_ref_count_dec: assertion 'old_value > 0' failed
ebube@fedora:~$
I just wiped out Windows to install Fedora 44 on my 64 bit machine. And I have updated all the packages using dnf upgrade command.
Fedora-Workstation-Live-x86_64-44
It is my first Fedora Distro installation but I have been working with Ubuntu using Vagrant VM while on Windows.