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

« back to all changes in this revision

Viewing changes to src/hcid.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:
38
38
        gboolean        reverse_sdp;
39
39
        gboolean        name_resolv;
40
40
        gboolean        debug_keys;
41
 
        gboolean        attrib_server;
 
41
        gboolean        gatt_enabled;
42
42
 
43
43
        uint8_t         mode;
44
 
        uint8_t         discov_interval;
45
 
        char            deviceid[15]; /* FIXME: */
 
44
 
 
45
        uint16_t        did_source;
 
46
        uint16_t        did_vendor;
 
47
        uint16_t        did_product;
 
48
        uint16_t        did_version;
46
49
};
47
50
 
48
51
enum {
49
 
        HCID_SET_NAME,
50
 
        HCID_SET_CLASS,
51
52
        HCID_SET_PAGETO,
52
 
        HCID_SET_DISCOVTO,
53
53
};
54
54
 
55
55
extern struct main_opts main_opts;