Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754013Ab0LFVfo (ORCPT ); Mon, 6 Dec 2010 16:35:44 -0500 Received: from mail-qy0-f174.google.com ([209.85.216.174]:54249 "EHLO mail-qy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753138Ab0LFVfm (ORCPT ); Mon, 6 Dec 2010 16:35:42 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=W6FfnJAvHXwNdGjqzo0jAQ7GuvdzzXP0FVUQxyU93Gk/2CbSkYte3Z3Z+6TUsuA/nx MT0yqzUc7vUTfTl1FY4HbrreJyQLj/pIx9Tu9mngFx0omCqoeEfxRElzvQd8XL7RodtJ krMoWEJL2Guj7L26to2OgJLDaMMi/YBH/xr00= MIME-Version: 1.0 In-Reply-To: <20101206212326.GI883@vigoh> References: <1290763257-12382-1-git-send-email-pavan_savoy@ti.com> <20101130154654.GE5919@vigoh> <20101206212326.GI883@vigoh> Date: Mon, 6 Dec 2010 22:35:41 +0100 Message-ID: Subject: Re: [PATCH v7] Bluetooth: btwilink driver From: Vitaly Wool To: "Gustavo F. Padovan" Cc: Pavan Savoy , marcel@holtmann.org, linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 814 Lines: 21 Hi Gustavo, On Mon, Dec 6, 2010 at 10:23 PM, Gustavo F. Padovan wrote: > Can't you differentiate Bluetooth data in a generic way, withou looking if it > is ACL, SCO or HCI EVENT? That done, you can just accumulate in a buffer all > the Bluetooth data you received in that stream then send it to Bluetooth > driver after finish that stream processing. I'm afraid he can't do this because he needs to route events to the appropriate entity (BT/FM/GPS). I'm not sure how it can be done without analyzing the incoming packet. Thanks, Vitaly -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/