Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/7] CCC persistence
@ 2011-10-13 14:43 Claudio Takahasi
  2011-10-13 14:43 ` [PATCH BlueZ 1/7] Add storage functions to deal with CCC Claudio Takahasi
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Claudio Takahasi @ 2011-10-13 14:43 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudio Takahasi

The following patches implement the storage of the Client Characteristic
Configuration: controls notification & indication.

Bonding verification is coming in the next patch series.

Based on the requirements of the available profiles attrib server will
require some changes. The future plan is to move attribute values to
plugins (eg: time) and keep only the attribute declaration in the attrib
server.

Claudio Takahasi (6):
  Remove CCC for read by group
  Remove CCC for read by type
  Add CCC persistence in attrib server
  Remove notification and indication from server
  Remove CCC entries when device is removed
  Add generic function to delete by pattern

Vinicius Costa Gomes (1):
  Add storage functions to deal with CCC

 src/attrib-server.c |  217 ++++++++++-----------------------------------------
 src/storage.c       |  100 +++++++++++++++++-------
 src/storage.h       |    4 +
 3 files changed, 116 insertions(+), 205 deletions(-)

-- 
1.7.7


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

end of thread, other threads:[~2011-11-14 18:54 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-13 14:43 [PATCH BlueZ 0/7] CCC persistence Claudio Takahasi
2011-10-13 14:43 ` [PATCH BlueZ 1/7] Add storage functions to deal with CCC Claudio Takahasi
2011-11-07 13:59   ` [PATCH BlueZ v2 " Claudio Takahasi
2011-10-13 14:43 ` [PATCH BlueZ 2/7] Remove CCC for read by group Claudio Takahasi
2011-11-07 13:59   ` [PATCH BlueZ v2 " Claudio Takahasi
2011-10-13 14:43 ` [PATCH BlueZ 3/7] Remove CCC for read by type Claudio Takahasi
2011-11-07 13:59   ` [PATCH BlueZ v2 " Claudio Takahasi
2011-10-13 14:43 ` [PATCH BlueZ 4/7] Add CCC persistence in attrib server Claudio Takahasi
2011-11-07 13:59   ` [PATCH BlueZ v2 " Claudio Takahasi
2011-10-13 14:43 ` [PATCH BlueZ 5/7] Remove notification and indication from server Claudio Takahasi
2011-11-07 13:59   ` [PATCH BlueZ v2 " Claudio Takahasi
2011-10-13 14:43 ` [PATCH BlueZ 6/7] Remove CCC entries when device is removed Claudio Takahasi
2011-11-07 14:00   ` [PATCH BlueZ v2 " Claudio Takahasi
2011-10-13 14:43 ` [PATCH BlueZ 7/7] Add generic function to delete by pattern Claudio Takahasi
2011-11-07 14:00   ` [PATCH BlueZ v2 " Claudio Takahasi
2011-11-07 13:59 ` [PATCH BlueZ v2 0/7] CCC persistence Claudio Takahasi
2011-11-14 18:54   ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox