--- peripheral/gap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peripheral/gap.c b/peripheral/gap.c index 9c45057..e95394c 100644 --- a/peripheral/gap.c +++ b/peripheral/gap.c @@ -98,7 +98,7 @@ static void add_advertising(uint16_t index) memset(buf, 0, sizeof(*cp) + sizeof(ad)); cp = buf; cp->instance = 0x01; - cp->flags = cpu_to_le32((1 << 0) | (1 << 1) | (1 << 4)); + cp->flags = cpu_to_le32((1 << 0) | (1 << 1) | (1 << 3) | (1 << 4)); cp->duration = cpu_to_le16(0); cp->timeout = cpu_to_le16(0); cp->adv_data_len = sizeof(ad); -- 2.4.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