Commit: 34d6f0e397265e41bbce687bdee68f9c27ac950e
Parent: c3717e342076126f2dd4b9b8dba81e86c14c1972
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Committer: Johan Hedberg <johan.hedberg@nokia.com>
Date: 2011-02-24 20:42:43
Tree: a3e62e7502e352bdd9c488de74a69a8320ce5e6e

Initial Client Characteristic Configuration implementation This initial version creates a private copy of the Client Configuration attribute for each client on the first write to that attribute. Further reads/writes should use the client's private copy. Two list of attributes are created: one for values to be indicated and another for values to be notified. The actual notification/indication sending is implemented in a separate commit. This initial version also does not check for the characteristic properties, which is implemented in a separate commit as well.

Diffstat

M src/attrib-server.c | 181 ++++++++++++++++++++++++++++++++++++++++- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

1 files changed, 150 insertions(+), 31 deletions(-)

View Full Diff | Patch