Return-Path: From: Nick Pelly To: bluez-devel@lists.sourceforge.net Date: Fri, 29 Aug 2008 16:00:03 -0700 Message-Id: <1220050803-30362-1-git-send-email-npelly@google.com> Subject: [Bluez-devel] [PATCH] Advertise Telephony service class when device offers headset AG or handsfree AG Reply-To: BlueZ development List-Id: BlueZ development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: bluez-devel-bounces@lists.sourceforge.net Errors-To: bluez-devel-bounces@lists.sourceforge.net --- src/sdpd-service.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/sdpd-service.c b/src/sdpd-service.c index cf120b8..df9017e 100644 --- a/src/sdpd-service.c +++ b/src/sdpd-service.c @@ -125,6 +125,8 @@ static void update_svclass_list(void) case INTERCOM_SVCLASS_ID: case FAX_SVCLASS_ID: case SAP_SVCLASS_ID: + case HEADSET_AGW_SVCLASS_ID: + case HANDSFREE_AGW_SVCLASS_ID: val |= 0x40; /* Telephony */ break; case AUDIO_SOURCE_SVCLASS_ID: -- 1.5.5 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel