Comment should be aproperiate for advertising command. Device needs to be powered to advertise. --- tools/btpclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/btpclient.c b/tools/btpclient.c index af0e75290..33116ce1b 100644 --- a/tools/btpclient.c +++ b/tools/btpclient.c @@ -1038,7 +1038,7 @@ static void btp_gap_start_advertising(uint8_t index, const void *param, goto failed; } - /* Adapter needs to be powered to be able to remove devices */ + /* Adapter needs to be powered to be able to advertise */ if (!l_dbus_proxy_get_property(adapter->proxy, "Powered", "b", &prop) || !prop || ad.registered) goto failed; -- 2.13.6 -- 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