This was due to copy-and-paste. --- tools/btmgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/btmgmt.c b/tools/btmgmt.c index aee6841..48d42a3 100644 --- a/tools/btmgmt.c +++ b/tools/btmgmt.c @@ -360,7 +360,7 @@ static unsigned int eir_get_flags(const uint8_t *eir, uint16_t eir_len) if (parsed > eir_len) break; - /* Check for short of complete name */ + /* Check for flags */ if (eir[1] == 0x01) return eir[2]; -- 1.9.1 -- 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