Hi,
We have AM335x evm hardware which is running with 2021 u-boot and 5.10 linux kernel (Yocto compiled code with processor-sdk-08.02.00.24-config.txt config file).
We are testing bluetooth connection and file transfer to android phone from am335x evm target board.
we are able to connect board with android phone using bluetooth but when we try to do file transfer using obexftp command, it's failing with return code 80. please find below logs to understand issue.
root@Node40bd32e8de13:~# obexftp -b 4C:E0:DB:33:0F:57 -p /var/log/am335x_sk.txt
Browsing 4C:E0:DB:33:0F:57 ...
Connecting..\done
Sending "/var/log/am335x_sk.txt"...|failed: /var/log/am335x_sk.txt
The operation failed with return code 80
Disconnecting../done
root@Node40bd32e8de13:~#
Note :- Here 4C:E0:DB:33:0F:57 is MAC address of my android device
we are using obexftp 0.24.2 version for file transfer which is coming meta-openembedded layer as shown below
# meta-openembedded/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb
Please help us to understand, what is return code of -80 and reason behind bluetooth file transfer failure ?
Thanks,
Mallikarjuna Reddy Ambati