~cyphermox/+junk/bluez-debug

« back to all changes in this revision

Viewing changes to tools/hciattach.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:
56
56
                                                struct termios *ti);
57
57
int ath3k_post(int fd, int pm);
58
58
int qualcomm_init(int fd, int speed, struct termios *ti, const char *bdaddr);
 
59
int intel_init(int fd, int init_speed, int *speed, struct termios *ti);