The bit 15 should be used for 'On device'. --- monitor/packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/packet.c b/monitor/packet.c index 387be1dcb..f72fcab6a 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -3514,7 +3514,7 @@ static const struct { { 12, "Inside box" }, { 13, "On piece of paper" }, { 14, "Inside manual" }, - { 14, "On device" }, + { 15, "On device" }, { } }; -- 2.11.0 -- 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