From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 11 Jul 2010 12:22:13 -0300 From: Johan Hedberg To: Santiago Carot-Nemesio Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH] Set mode options for l2cap sockets in BTIO API Message-ID: <20100711152213.GA11951@jh-x301> References: <1278713330-11140-1-git-send-email-sancane@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1278713330-11140-1-git-send-email-sancane@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi, On Sat, Jul 10, 2010, Santiago Carot-Nemesio wrote: > Some profiles like MCAP or HDP need set an specific l2cap configuraton > such as Streming, ERTM or another else. This patch enables BTIO API to > set the mode for l2cap socket options. > --- > src/btio.c | 19 +++++++++++++------ > src/btio.h | 1 + > 2 files changed, 14 insertions(+), 6 deletions(-) Thanks for the patch! It has now been pushed upstream. johan