I work with BlueZ 3.x. I have a built-in linux device and I need to send and receive files using bluetooth technology using Obex . (Note: BlueZ 4.x does not even compile on our particular platform.)
I donโt need PIN authentication, I donโt even want this. It should be as simple as possible for the end user.
I tried to set security none in hcid.conf , but it does not work.
So my question is:
- Can I send and receive files using Obex on bluetooth?
- How to do it?
- Does authentication require Bluetooth devices (such as a mobile phone)?
source share