OSDN Git Service

monitor: Add support for handling LE Ping feature
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 7 Dec 2013 07:59:35 +0000 (23:59 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 7 Dec 2013 07:59:35 +0000 (23:59 -0800)
monitor/ll.c
monitor/packet.c

index e8b7a7a..1a66572 100644 (file)
@@ -483,6 +483,8 @@ static const struct llcp_data llcp_table[] = {
        { 0x0b, "LL_PAUSE_ENC_RSP",         null_pdu,         0, true },
        { 0x0c, "LL_VERSION_IND",           version_ind,      5, true },
        { 0x0d, "LL_REJECT_IND",            reject_ind,       1, true },
+       { 0x12, "LL_PING_REQ",              null_pdu,         0, true },
+       { 0x13, "LL_PING_RSP",              null_pdu,         0, true },
        { }
 };
 
index 0efa60b..3345065 100644 (file)
@@ -1912,6 +1912,7 @@ static const struct features_data features_page2[] = {
 
 static const struct features_data features_le[] = {
        {  0, "LE Encryption"                           },
+       {  4, "LE Ping"                                 },
        { }
 };