From b3f285d83c7dfe446bd7f2460e6f795e22a72d32 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 19 Feb 2008 08:20:22 +0000 Subject: Implement proper HFP SLC handling --- audio/headset.h | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/headset.h') 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); -- cgit