~ubuntu-branches/ubuntu/saucy/bluez/saucy

« back to all changes in this revision

Viewing changes to proximity/monitor.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-07-04 13:28:49 UTC
  • mfrom: (1.1.38)
  • Revision ID: package-import@ubuntu.com-20120704132849-tmwu1x7p2vxcclt1
Tags: 4.101-0ubuntu1
* New upstream release
* debian/libbluetooth3.symbols:
  - Updated
* debian/patches/10-unregister_interface_on_exit.patch:
* debian/patches/11-explicitly_close.patch:
* debian/patches/python3.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
};
30
30
 
31
31
int monitor_register(DBusConnection *conn, struct btd_device *device,
32
 
                struct att_primary *linkloss, struct att_primary *txpower,
33
 
                struct att_primary *immediate, struct enabled *enabled);
 
32
                struct gatt_primary *linkloss, struct gatt_primary *txpower,
 
33
                struct gatt_primary *immediate, struct enabled *enabled);
34
34
void monitor_unregister(DBusConnection *conn, struct btd_device *device);