linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Pull request: git://git.infradead.org/users/cktakahasi/bluez.git for-upstream-attrib
@ 2010-09-30 14:24 Claudio Takahasi
  2010-09-30 20:34 ` Claudio Takahasi
  0 siblings, 1 reply; 3+ messages in thread
From: Claudio Takahasi @ 2010-09-30 14:24 UTC (permalink / raw)
  To: BlueZ development; +Cc: CLAUDIO TAKAHASI

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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Pull request: git://git.infradead.org/users/cktakahasi/bluez.git for-upstream-attrib
  2010-09-30 14:24 Pull request: git://git.infradead.org/users/cktakahasi/bluez.git for-upstream-attrib Claudio Takahasi
@ 2010-09-30 20:34 ` Claudio Takahasi
  2010-09-30 21:04   ` Johan Hedberg
  0 siblings, 1 reply; 3+ messages in thread
From: Claudio Takahasi @ 2010-09-30 20:34 UTC (permalink / raw)
  To: BlueZ development; +Cc: CLAUDIO TAKAHASI

On Thu, Sep 30, 2010 at 11:24 AM, Claudio Takahasi
<claudio.takahasi@openbossa.org> 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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Pull request: git://git.infradead.org/users/cktakahasi/bluez.git for-upstream-attrib
  2010-09-30 20:34 ` Claudio Takahasi
@ 2010-09-30 21:04   ` Johan Hedberg
  0 siblings, 0 replies; 3+ messages in thread
From: Johan Hedberg @ 2010-09-30 21:04 UTC (permalink / raw)
  To: Claudio Takahasi; +Cc: BlueZ development

Hi Claudio,

On Thu, Sep 30, 2010, Claudio Takahasi wrote:
> 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(-)

Thanks. All patches have been pushed upstream.

Johan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-30 21:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 14:24 Pull request: git://git.infradead.org/users/cktakahasi/bluez.git for-upstream-attrib Claudio Takahasi
2010-09-30 20:34 ` Claudio Takahasi
2010-09-30 21:04   ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).