Hi,

I recently found that GOEP v2.0 is publically available and used that to add a 
L2CAP 
tranport.
Situation:
 Linux: L2CAP socket available, also ERTM
 FreeBSD/NetBSD: L2CAP socket available, no socket option for ERTM?
 Windows: compiles but socket creation fails (Windows cannot do this, not a 
coding 
error)

The FCS option needs to be set by the application, it depends on the HCI type 
used 
(BD/EDR or AMP) or can be added later.
I wondered if we need to also set the socket option (IMTU, ERTM) after 
accepting a 
client or if that automatically uses the information from the listening socket.

Again, the Bluez guys really should care for documentation. Try to find out 
what 
BT_DEFER_SETUP actually does :-(

The following changes since commit 10b69ce470e33393b921ac4298774b8cfaa10f19:

  Fix Windows build broken by commit b807401578a6 (2011-02-22 16:38:32 -0300)

are available in the git repository at:
  git://gitorious.org/openobex/mainline.git for-mainline

Hendrik Sattler (3):
      Update install instructions
      Add Bluetooth L2CAP transport
      Improve obex_test

 INSTALL.txt                       |   10 +-
 INSTALL_Win32.txt                 |   54 +++---
 apps/obex_test/obex_test.c        |   51 +++++--
 apps/obex_test/obex_test_server.c |    2 +-
 include/openobex/obex.h           |    4 +-
 include/openobex/obex_const.h     |    3 +-
 lib/CMakeLists.txt                |    1 +
 lib/Makefile.am                   |    1 +
 lib/bluez_compat.h                |   18 ++-
 lib/btobex.c                      |   69 ++++++---
 lib/btobex.h                      |   17 ++-
 lib/btobex_l2cap.c                |  314 +++++++++++++++++++++++++++++++++++++
 lib/obex.c                        |   23 ++-
 lib/obex_main.c                   |   20 +++
 lib/obex_main.h                   |    1 +
 lib/obex_transport.c              |   20 ++-
 lib/obex_transport.h              |    2 +-
 17 files changed, 518 insertions(+), 92 deletions(-)
 create mode 100644 lib/btobex_l2cap.c

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Openobex-users mailing list
Openobex-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to