I'm trying to figure out how to transfer files with Bluetooth with Python to an Android phone for a project.
I've done my research, and I can't find much documentation and examples that work. For example, this example here: http://recolog.blogspot.com/2013/07/transferring-files-via-bluetooth-using.html, lightblue.findservices
is not an attribute in the lightblue library, and other pages on Stack Overflow that I've found only work with python 2.7.
I've asked on #python on freenode and no one could give me an answer either. Lightblue documentation on pip is also very cryptic and doesn't explain how to do what I'm trying to do.
Long story short, I can't figure out how to use bluetooth with python anywhere. Does anyone happen to know how to do this?