Hi Chen, On Wed, Apr 04, 2012, chen.ganir@xxxxxx wrote: > From: Chen Ganir <chen.ganir@xxxxxx> > > Add Device Information Service GATT Client for reading peer > device PNP_ID and store it. > > Chen Ganir (4): > Add DeviceInformation GATT Client > DeviceInfo: Add connection logic > DeviceInfo: Discover Characteristics > DeviceInfo: Read PNP ID > > Makefile.am | 8 ++- > deviceinfo/deviceinfo.c | 193 +++++++++++++++++++++++++++++++++++++++++++++++ > deviceinfo/deviceinfo.h | 24 ++++++ > deviceinfo/main.c | 52 +++++++++++++ > deviceinfo/manager.c | 82 ++++++++++++++++++++ > deviceinfo/manager.h | 24 ++++++ > doc/device-api.txt | 4 + > src/device.c | 34 ++++++++ > src/device.h | 4 + > 9 files changed, 423 insertions(+), 2 deletions(-) > create mode 100644 deviceinfo/deviceinfo.c > create mode 100644 deviceinfo/deviceinfo.h > create mode 100644 deviceinfo/main.c > create mode 100644 deviceinfo/manager.c > create mode 100644 deviceinfo/manager.h All four patches have been applied though I did have to fix up your additions to device-api.txt since you weren't being consistent with the indentation with the rest of the file. 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