Hi Łukasz, On Wednesday, 12 April 2017 14:41:23 CEST Łukasz Rymanowski wrote: > < 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; All patches applied, thanks. -- pozdrawiam Szymon Janc -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html