diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-02-19 08:20:22 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-02-19 08:20:22 +0000 |
commit | b3f285d83c7dfe446bd7f2460e6f795e22a72d32 (patch) | |
tree | 1e1a1c76e1318c4cbf7edba368b57061a035030b /audio/headset.h | |
parent | 8bf41a847b9e8c768a21349659454bd2be8d1824 (diff) |
Implement proper HFP SLC handling
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/headset.h b/audio/headset.h index 5a61bd56..b218b46e 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -58,6 +58,7 @@ gboolean headset_cancel_stream(struct device *dev, unsigned int id); gboolean get_hfp_active(struct device *dev); void set_hfp_active(struct device *dev, gboolean active); +void headset_set_authorized(struct device *dev); int headset_connect_rfcomm(struct device *dev, int sock); int headset_close_rfcomm(struct device *dev); |