~ubuntu-branches/ubuntu/oneiric/bluez/oneiric-201105191013

« back to all changes in this revision

Viewing changes to src/attrib-server.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-12-20 16:08:47 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20101220160847-wc1907sgz6x3vjz7
Tags: 4.82-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
int attrib_server_init(void);
26
26
void attrib_server_exit(void);
27
27
 
28
 
int attrib_db_add(uint16_t handle, uuid_t *uuid, const uint8_t *value, int len);
 
28
int attrib_db_add(uint16_t handle, uuid_t *uuid, int read_reqs, int write_reqs,
 
29
                                                const uint8_t *value, int len);
29
30
int attrib_db_update(uint16_t handle, uuid_t *uuid, const uint8_t *value,
30
31
                                                                int len);
31
32
int attrib_db_del(uint16_t handle);