~cyphermox/bluez/5.23

« back to all changes in this revision

Viewing changes to audio/headset.h

  • Committer: Package Import Robot
  • Author(s): Nobuhiro Iwamatsu
  • Date: 2012-01-24 05:35:09 UTC
  • mfrom: (1.5.11) (7.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20120124053509-uwpwqi783lz08wm3
Tags: 4.98-1
* New upstream release.
* Update debian/bluetooth-dbus.conf.
* Update debian/control.
  Add Multi-Arch: foreign to bluez.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
                                        void *user_data);
80
80
gboolean headset_cancel_stream(struct audio_device *dev, unsigned int id);
81
81
 
82
 
gboolean get_hfp_active(struct audio_device *dev);
83
 
void set_hfp_active(struct audio_device *dev, gboolean active);
 
82
gboolean headset_get_hfp_active(struct audio_device *dev);
 
83
void headset_set_hfp_active(struct audio_device *dev, gboolean active);
 
84
 
 
85
gboolean headset_get_rfcomm_initiator(struct audio_device *dev);
 
86
void headset_set_rfcomm_initiator(struct audio_device *dev,
 
87
                                                        gboolean initiator);
84
88
 
85
89
void headset_set_authorized(struct audio_device *dev);
86
90
int headset_connect_rfcomm(struct audio_device *dev, GIOChannel *chan);