Am Montag 21 Mai 2007 01:25 schrieb Manuel Naranjo: > > Actually, everything you are looking for is in libbluetooth (on linux, > > and similar on other OSs). > > You might want to read about the Service Discovery Protocol (SDP) or > > maybe Bluetooth in general to get to know what you have to use. > > This could be followed by bluetooth/sdp_lib.h: yes, this is really the > > whole documenation about SDP in libbluetooth, officially at least. > > With looking at bluetooth/sdp.h, you'll find all OBEX related > > identifiers. > > Hello everyone, > I'm following BlueZ development very closely, what is known right now as > libluetooth is close to be deprecated, everything should be done through > D-BUS. > I would like to help moving to D-BUS if the projects leaders want to do > the move.
Huh? Moving the sdp_* function to d-bus sounds quite strange to me. For obexpushd, the following question come to my mind: What is sdp_connect() and sdp_record_register() is going to look like, then? Is there a C API that does not contain a statement like "If you use this low-level API directly, you're signing up for some pain." ? And, at least for me, using the GLib binding is _not_ an acceptable solution if this pulls in any GTK or gnome stuff. HS ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
