~ubuntu-branches/ubuntu/oneiric/bluez/oneiric-updates

« back to all changes in this revision

Viewing changes to src/attrib-server.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-05-17 15:06:36 UTC
  • mfrom: (1.1.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20110517150636-pezgm7pubhv251y6
Tags: 4.93-0ubuntu1
* New upstream release. (LP: #784218)
* debian/control: drop Build-Depends on libdbus-1-dev, pulled in by
  libdbus-glib-1-dev.
* debian/control: bump Standards-Version to 3.9.2.

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
uint16_t attrib_db_find_avail(uint16_t nitems);
28
29
struct attribute *attrib_db_add(uint16_t handle, bt_uuid_t *uuid, int read_reqs,
29
30
                                int write_reqs, const uint8_t *value, int len);
30
31
int attrib_db_update(uint16_t handle, bt_uuid_t *uuid, const uint8_t *value,