Hi Waldek, On Tue, Mar 15, 2011, Waldemar Rymarkiewicz wrote: > Add a Sim Access Server to the SAP plugin and a framework for the dummy > sap driver as well. > > * add the server register and unregister rutines > * add server listening socket setup > * add SAP DBus API > * add prototypes for SAP protocol implementation > * add skeleton of dummy SIM driver > --- > Makefile.am | 3 +- > sap/sap-dummy.c | 85 ++++++++ > sap/sap.h | 186 +++++++++++++++++ > sap/server.c | 612 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- > 4 files changed, 878 insertions(+), 8 deletions(-) > create mode 100644 sap/sap-dummy.c > create mode 100644 sap/sap.h I've pushed the first two patches in this set, but it's gonna take quite a bit longer to properly review the rest (at a quick glance I noticed at least some coding style stuff with over 80-character lines). So the rest will have to wait until after the next BlueZ release (which will hopefully happen still today). Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html