4

I'm working with BlueZ 3.x. I have a linux embedded device and I need to send and receive files using the bluetooth technology, with Obex. (Note: BlueZ 4.x doesn't even compile on our specific platform.)

I don't need PIN authentication, I even don't want it. It must remain as simple as possible for the end user.

I tried to set security none in hcid.conf but it doesn't seem to work.

So my question is:

  1. Is it possible to send &/ receive files using Obex on bluetooth?
  2. How to do it?
  3. Does bluetooth devices (e.g. mobile phone) requires authentication?
4

1 回答 1

1
  1. 您可以为此使用 OBEX 协议,但您还需要 FTP 或 OPP 配置文件(以及 GOEP、SPP 和 GAP,因为它们依赖于它们)
  2. 该文档可在 BT SIG bluetooth.org 上找到,但您必须是会员。我认为一些文档也可供非会员使用,去那里看看。
  3. 是的(如果我们只谈论手机)
于 2014-11-05T15:08:26.157 回答