linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ v2 1/5] monitor: Add description for filter in scan parameters
@ 2017-04-12 12:41 Łukasz Rymanowski
  2017-04-12 12:41 ` [PATCH BlueZ v2 2/5] monitor: Add LE Read PHY decoding Łukasz Rymanowski
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Łukasz Rymanowski @ 2017-04-12 12:41 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Łukasz Rymanowski

< HCI Command: LE Set Scan Parameters (0x08|0x000b) plen 7
        Type: Active (0x01)
        Interval: 30.000 msec (0x0030)
        Window: 30.000 msec (0x0030)
        Own address type: Public (0x00)
        Filter policy: Accept all advertisement, inc. directed unresolved RPA (0x02)
---
 monitor/packet.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/monitor/packet.c b/monitor/packet.c
index 5d927f5..219542e 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -6309,6 +6309,12 @@ static void le_set_scan_parameters_cmd(const void *data, uint8_t size)
 	case 0x01:
 		str = "Ignore not in white list";
 		break;
+	case 0x02:
+		str = "Accept all advertisement, inc. directed unresolved RPA";
+		break;
+	case 0x03:
+		str = "Ignore not in white list, exc. directed unresolved RPA";
+		break;
 	default:
 		str = "Reserved";
 		break;
-- 
2.9.3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-04-19 14:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-12 12:41 [PATCH BlueZ v2 1/5] monitor: Add description for filter in scan parameters Łukasz Rymanowski
2017-04-12 12:41 ` [PATCH BlueZ v2 2/5] monitor: Add LE Read PHY decoding Łukasz Rymanowski
2017-04-12 12:41 ` [PATCH BlueZ v2 3/5] monitor: Add LE Set default " Łukasz Rymanowski
2017-04-12 12:41 ` [PATCH BlueZ v2 4/5] monitor: Add LE Set " Łukasz Rymanowski
2017-04-12 12:41 ` [PATCH BlueZ v2 5/5] monitor: Add LE PHY update complete event decoding Łukasz Rymanowski
2017-04-19 14:12 ` [PATCH BlueZ v2 1/5] monitor: Add description for filter in scan parameters Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).