From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- client/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/main.c b/client/main.c index ebd7c195c..54bd5371a 100644 --- a/client/main.c +++ b/client/main.c @@ -1490,6 +1490,8 @@ static void cmd_info(int argc, char *argv[]) print_property(proxy, "ServiceData"); print_property(proxy, "RSSI"); print_property(proxy, "TxPower"); + print_property(proxy, "AdvertisingFlags"); + print_property(proxy, "AdvertisingData"); return bt_shell_noninteractive_quit(EXIT_SUCCESS); } -- 2.14.3 -- 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