2012-12-18 19:48:47

by Vinicius Costa Gomes

[permalink] [raw]
Subject: [PATCH BlueZ] monitor: Add support for parsing Flow Control Lag flags

---
monitor/packet.c | 3 +++
1 file changed, 3 insertions(+)

diff --git a/monitor/packet.c b/monitor/packet.c
index 1ca94e8..fb2d8d7 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -1146,6 +1146,9 @@ static const struct features_data features_page0[] = {
{ 17, "Paging parameter negotiation" },
{ 18, "Power control" },
{ 19, "Transparent synchronous data" },
+ { 20, "Flow control lag (least significant bit)"},
+ { 21, "Flow control lag (middle bit)" },
+ { 22, "Flow control lag (most significant bit)" },
{ 23, "Broadcast Encryption" },
{ 25, "Enhanced Data Rate ACL 2 Mbps mode" },
{ 26, "Enhanced Data Rate ACL 3 Mbps mode" },
--
1.8.0.1



2012-12-19 13:53:57

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH BlueZ] monitor: Add support for parsing Flow Control Lag flags

Hi Vinicious,

> monitor/packet.c | 3 +++
> 1 file changed, 3 insertions(+)

sorry, I was faster with this one ;)

Regards

Marcel