Open Source Telephony
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: [PATCH 02/21] bluetooth: Add Btio library for DUN
Date: Thu, 13 Jan 2011 17:31:33 -0600	[thread overview]
Message-ID: <4D2F8B55.7050705@gmail.com> (raw)
In-Reply-To: <1294852564-1258-3-git-send-email-frederic.dalleau@intel.com>

[-- Attachment #1: Type: text/plain, Size: 703 bytes --]

Hi Frédéric,

On 01/12/2011 11:15 AM, Frédéric Dalleau wrote:
> From: Zhenhua Zhang <zhenhua.zhang@intel.com>
> 
> Btio library is the low level socket API for BT RFCOMM connection. We
> share the same library among BlueZ, Obex and oFono. So make sure you
> synchronize to other two projects when you make changes to btio.[ch].
> ---
>  Makefile.am  |    8 +-
>  btio/btio.c  | 1299 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  btio/btio.h  |   97 +++++
>  configure.ac |    5 +
>  4 files changed, 1407 insertions(+), 2 deletions(-)
>  create mode 100644 btio/btio.c
>  create mode 100644 btio/btio.h
> 

This patch has been applied, thanks.

Regards,
-Denis

  reply	other threads:[~2011-01-13 23:31 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-12 17:15 [PATCH 00/21] Resubmit Zhenhua Zhang work on DUN server with btio =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:15 ` [PATCH 01/21] bluetooth: Add reference count for bluetooth utils =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:15 ` [PATCH 02/21] bluetooth: Add Btio library for DUN =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-13 23:31   ` Denis Kenzior [this message]
2011-01-12 17:15 ` [PATCH 03/21] bluetooth: Add bluetooth server support " =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:15 ` [PATCH 04/21] emulator: Add emulator atom in oFono =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:15 ` [PATCH 05/21] dun_gw: Add DUN server plugin for oFono =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:15 ` [PATCH 06/21] gprs: Rename status_watch to netreg_status_watch =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:15 ` [PATCH 07/21] emulator: Add status watches for ofono emulator =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:15 ` [PATCH 08/21] emulator: Add emulator status watches in gprs atom =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:15 ` [PATCH 09/21] emulator: Add APIs to send GAtServer result =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:15 ` [PATCH 10/21] emulator: Implement dialing up for DUN =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:15 ` [PATCH 11/21] gprs: Make gprs_proto_to/from_string non-static =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:15 ` [PATCH 12/21] gprs: ignore the case of proto str when comparing =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:15 ` [PATCH 13/21] emulator: Register mandatory AT command handlers =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:15 ` [PATCH 14/21] gprs: Refactor to share remove_context method =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:15 ` [PATCH 15/21] gprs: Add DUN +CGATT support in gprs atom =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:15 ` [PATCH 16/21] gprs: Add DUN +CGDCONT " =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:16 ` [PATCH 17/21] gprs: Add DUN server GPRS connect support =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:16 ` [PATCH 18/21] gprs: Add status watch functions =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:16 ` [PATCH 19/21] gprs: Add gprs_get_status =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:16 ` [PATCH 20/21] emulator: Watch GPRS status changes =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-12 17:16 ` [PATCH 21/21] emulator: Watch netreg " =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-13  9:18 ` [PATCH 00/21] Resubmit Zhenhua Zhang work on DUN server with btio =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2011-01-13 12:01   ` =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-13 12:17     ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2011-01-13 14:07       ` =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau
2011-01-13 14:20         ` =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2011-01-25 19:07 ` Gustavo F. Padovan
  -- strict thread matches above, loose matches on Subject: below --
2010-09-29  9:44 [PATCH 00/21] Add DUN server for oFono Zhenhua Zhang
2010-09-29  9:44 ` [PATCH 02/21] bluetooth: Add Btio library for DUN Zhenhua Zhang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D2F8B55.7050705@gmail.com \
    --to=denkenz@gmail.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox