From: Olivier Guiter <olivier.guiter@linux.intel.com>
To: ofono@ofono.org
Subject: Re: [PATCH 1/1] gatserver: Add send raw data function
Date: Mon, 14 Feb 2011 17:32:46 +0100 [thread overview]
Message-ID: <4D59592E.2090805@linux.intel.com> (raw)
In-Reply-To: <4D59571D.1090900@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 786 bytes --]
Hi Denis,
The purpose was to be able to send long AT commands answers (like the
AT+CGDCONT?) without allocating buffers but, after reconsidering the
code it is not really needed as i can use the "g_at_server_send_info"
for the same purpose ;)
So you can ignore this patch.
Thanks
Olivier
On 02/14/2011 05:23 PM, Denis Kenzior wrote:
> Hi Olivier,
>
>> @@ -112,6 +112,7 @@ void g_at_server_send_unsolicited(GAtServer *server, const char *result);
>> * responses.
>> */
>> void g_at_server_send_info(GAtServer *server, const char *line, gboolean last);
>> +void g_at_server_send_data(GAtServer *server, const char *format, ...);
>>
> What is the target use case you're thinking of for this one?
>
>> #ifdef __cplusplus
>> }
> Regards,
> -Denis
prev parent reply other threads:[~2011-02-14 16:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-11 16:03 [PATCH 1/1] gatserver: Add send raw data function Olivier Guiter
2011-02-14 16:23 ` Denis Kenzior
2011-02-14 16:32 ` Olivier Guiter [this message]
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=4D59592E.2090805@linux.intel.com \
--to=olivier.guiter@linux.intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.