Hi, I would like to discuss the interface API to include IrDA IAS and Bluetooth SDP query support. Currently, the USB enumerates adds one entry for each bus/device/interface/alternateSetting where the setting has the OBEX IDs.
I would like to make alls three transports (IrDA, Bluetooth and USB) to behave equally. We have several options, then: * Do the IAS and SDP query at enumeration time like for USB(now). -> I don't think that's a good idea, though. Especially with IAS, we can only query for one specific entry. * Add a new OBEX_QueryInterface() that can do IAS, SDP query or USB setting search. For IAS, it's based on a string, SDP and USB use a 128bit UUID. -> USB enumeration needs to be reworked, then. I already have tested this solution with IAS and SDP (except *BSD). I didn't adapt USB to it. However, the application cannot get a list of ports, it has to know the UUID. * Let the threee transports be different. Bluetooth behaves like USB. What do you think? HS ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Openobex-users mailing list Openobex-users@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/openobex-users