On Thu, Sep 30, 2010 at 11:24 AM, Claudio Takahasi <claudio.takahasi@xxxxxxxxxxxxx> wrote: > The following changes since commit b5c556ef59a9a8318b239453c3d4a8aad951689f: > > ÂMove adapter address reading to hciops (2010-09-29 16:34:55 +0300) > > are available in the git repository at: > Âgit://git.infradead.org/users/cktakahasi/bluez.git for-upstream-attrib > > Bruna Moreira (1): >   ÂUse bt_io_connect in gatttool > > Claudio Takahasi (4): >   ÂAdd L2CAP fixed channels support for BTIO >   ÂAdd characteristic SetProperty implementation >   ÂFix invalid read and memory leak in the attribute server >   ÂFix left open socket warning for attribute server > > Gustavo F. Padovan (1): >   Âl2test: add support to the fixed channels > > Vinicius Costa Gomes (5): >   ÂFix filtering out LE events >   ÂAdd support for LE connections to gatttool >   ÂAdd support for LE connections to the GATT server >   ÂFix ValueChanged not being called on registered agents >   ÂAdd "Services" property in the org.bluez.Device interface > > ÂMakefile.am     |  Â2 +- > Âattrib/client.c   | Â122 +++++++++++++++++++++++++++++++++++++++------------ > Âattrib/client.h   |  Â5 +- > Âattrib/gatttool.c  | Â121 +++++++++++++++----------------------------------- > Âattrib/manager.c  Â|  12 +---- > Âbtio/btio.c     |  37 +++++++++++---- > Âbtio/btio.h     |  Â1 + > Âsrc/adapter.c    |  Â3 + > Âsrc/attrib-server.c |  29 ++++++++++-- > Âsrc/device.c    Â|  29 ++++++++++-- > Âsrc/device.h    Â|  Â1 + > Âsrc/security.c   Â|  Â1 + > Âtest/l2test.c    |  26 +++++++++-- > Â13 files changed, 238 insertions(+), 151 deletions(-) > New pull request, patches rebased! The following changes since commit f7b4b3fcd1190d231b864730c821b98fb945e439: Move connection list fetching to hciops (2010-09-30 22:12:37 +0300) are available in the git repository at: git://git.infradead.org/users/cktakahasi/bluez.git for-upstream-attrib Bruna Moreira (1): Use bt_io_connect in gatttool Claudio Takahasi (4): Add L2CAP fixed channels support for BTIO Add characteristic SetProperty implementation Fix invalid read and memory leak in the attribute server Fix left open socket warning for attribute server Gustavo F. Padovan (1): l2test: add support to the fixed channels Vinicius Costa Gomes (5): Fix filtering out LE events Add support for LE connections to gatttool Add support for LE connections to the GATT server Fix ValueChanged not being called on registered agents Add "Services" property in the org.bluez.Device interface Makefile.am | 2 +- attrib/client.c | 122 +++++++++++++++++++++++++++++++++++++++------------ attrib/client.h | 5 +- attrib/gatttool.c | 121 +++++++++++++++----------------------------------- attrib/manager.c | 12 +---- btio/btio.c | 37 +++++++++++---- btio/btio.h | 1 + src/adapter.c | 3 + src/attrib-server.c | 29 ++++++++++-- src/device.c | 29 ++++++++++-- src/device.h | 1 + src/security.c | 1 + test/l2test.c | 26 +++++++++-- 13 files changed, 238 insertions(+), 151 deletions(-) -- 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