* [PATCH] Get mode option for L2CAP sockets
@ 2010-10-18 13:21 Santiago Carot-Nemesio
2010-10-18 14:16 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Santiago Carot-Nemesio @ 2010-10-18 13:21 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Santiago Carot-Nemesio
---
btio/btio.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/btio/btio.c b/btio/btio.c
index 2f719b1..d8439e0 100644
--- a/btio/btio.c
+++ b/btio/btio.c
@@ -839,6 +839,9 @@ static gboolean l2cap_get(int sock, GError **err, BtIOOption opt1,
}
memcpy(va_arg(args, uint8_t *), dev_class, 3);
break;
+ case BT_IO_OPT_MODE:
+ *(va_arg(args, uint8_t *)) = l2o.mode;
+ break;
default:
g_set_error(err, BT_IO_ERROR, BT_IO_ERROR_INVALID_ARGS,
"Unknown option %d", opt);
--
1.7.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Get mode option for L2CAP sockets
2010-10-18 13:21 [PATCH] Get mode option for L2CAP sockets Santiago Carot-Nemesio
@ 2010-10-18 14:16 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2010-10-18 14:16 UTC (permalink / raw)
To: Santiago Carot-Nemesio; +Cc: linux-bluetooth
Hi,
On Mon, Oct 18, 2010, Santiago Carot-Nemesio wrote:
> ---
> btio/btio.c | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/btio/btio.c b/btio/btio.c
> index 2f719b1..d8439e0 100644
> --- a/btio/btio.c
> +++ b/btio/btio.c
> @@ -839,6 +839,9 @@ static gboolean l2cap_get(int sock, GError **err, BtIOOption opt1,
> }
> memcpy(va_arg(args, uint8_t *), dev_class, 3);
> break;
> + case BT_IO_OPT_MODE:
> + *(va_arg(args, uint8_t *)) = l2o.mode;
> + break;
> default:
> g_set_error(err, BT_IO_ERROR, BT_IO_ERROR_INVALID_ARGS,
> "Unknown option %d", opt);
Pushed upstream. Thanks.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-18 14:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-18 13:21 [PATCH] Get mode option for L2CAP sockets Santiago Carot-Nemesio
2010-10-18 14:16 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox