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

« back to all changes in this revision

Viewing changes to attrib/gatttool.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:
21
21
 *
22
22
 */
23
23
 
24
 
int interactive(const gchar *src, const gchar *dst, gboolean le);
 
24
int interactive(const gchar *src, const gchar *dst, const gchar *dst_type,
 
25
                gboolean le);
25
26
GIOChannel *gatt_connect(const gchar *src, const gchar *dst,
26
 
                        const gchar *sec_level, int psm, int mtu,
27
 
                        BtIOConnect connect_cb);
 
27
                        const gchar *dst_type, const gchar *sec_level,
 
28
                        int psm, int mtu, BtIOConnect connect_cb);
28
29
size_t gatt_attr_data_from_string(const char *str, uint8_t **data);