Is there a way to recieve file via standard bluetooth (e.g. bluetooth file transfer on Windows and Android) #7353
Unanswered
BrandonStudio
asked this question in
Q&A
Replies: 1 comment
-
I got to know that bluetooth file transfer is usually through OBEX protocol, how do I use this protocol in ESP32? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I can transfer files via bluetooth serial, I can't send files via OS native bluetooth file transfer. The process failed after about 1 sec.
I'd like to know the file transfer princple (e.g. reciever broadcast or set listener) and what I should do to make the transfer process success.
Beta Was this translation helpful? Give feedback.
All reactions