Obex Bluetooth File Transfer LE 11 Rpi5

  • Is Obex supposed to be working in Rpi5 as I can't get it to work..?

    It 's enabled in LE settings and path to folder set up.

    Also obex service is running with no errors..

  • It's supposed to work (has not been intentionally broken) but everything in the Bluetooth world seems to have a lot of moving parts and dependencies so I wouldn't be entirely surprised if it was broken.

    Let's start with asking for the usual debug "pastekodi" output :)

  • https://paste.libreelec.tv/positive-cockatoo.log

    Obex service is showing some errors..more errors on debug log..

    Code
     Agent replied with an error: org.freedesktop.DBus.Error.UnknownMethod, Method "AuthorizePush" with signature "o" on interface "org.bluez.obex.Agent1" doesn't exist

    obex.service - Bluetooth service
    Loaded: loaded (/usr/lib/systemd/system/obex.service; disabled; preset: disabled)
    Active: active (running) since Tue 2024-02-06 18:15:01 UTC; 9min ago
    Process: 643 ExecStartPre=/bin/sh -c mkdir -p $OBEXD_ROOT (code=exited, status=0/SUCCESS)
    Main PID: 652 (obexd)
    Tasks: 1 (limit: 4166)
    CPU: 16ms
    CGroup: /system.slice/obex.service
    └─652 /usr/lib/bluetooth/obexd -r /storage/downloads/

    Feb 06 18:16:48 LibreELEC obexd[652]: DISCONNECT(0x1), Success(0x20)
    Feb 06 18:16:48 LibreELEC obexd[652]: disconnected: Transport got disconnected
    Feb 06 18:17:28 LibreELEC obexd[652]: CONNECT(0x0), <unknown>(0xff)
    Feb 06 18:17:28 LibreELEC obexd[652]: CONNECT(0x0), <unknown>(0x0)
    Feb 06 18:17:28 LibreELEC obexd[652]: PUT(0x2), <unknown>(0xff)
    Feb 06 18:17:28 LibreELEC obexd[652]: Agent replied with an error: org.freedesktop.DBus.Error.UnknownMethod, Method "AuthorizePush" with signature "o" on interface "org.bluez.obex.Agent1" doesn't exist
    Feb 06 18:17:28 LibreELEC obexd[652]: PUT(0x2), Forbidden(0x43)
    Feb 06 18:17:28 LibreELEC obexd[652]: DISCONNECT(0x1), <unknown>(0xff)
    Feb 06 18:17:28 LibreELEC obexd[652]: DISCONNECT(0x1), Success(0x20)
    Feb 06 18:17:28 LibreELEC obexd[652]: disconnected: Transport got disconnected

    Edited once, last by Mario77 (February 6, 2024 at 6:33 PM).