diff options
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); |