monitor: Reformat LE features table
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 29 Jan 2019 15:31:34 +0000 (17:31 +0200)
committerhimanshu <h.himanshu@samsung.com>
Wed, 22 Jan 2020 11:22:09 +0000 (16:52 +0530)
Bluetooth 5.1 has many features with long names, so reformat the table
before adding any new ones.

Change-Id: Id13571a5807d86c5c83b92501f69746e4495959b
Signed-off-by: himanshu <h.himanshu@samsung.com>
monitor/packet.c

index 28d309b..c8fbd94 100755 (executable)
@@ -2625,24 +2625,24 @@ static const struct features_data features_page2[] = {
 };
 
 static const struct features_data features_le[] = {
-       {  0, "LE Encryption"                           },
-       {  1, "Connection Parameter Request Procedure"  },
-       {  2, "Extended Reject Indication"              },
-       {  3, "Slave-initiated Features Exchange"       },
-       {  4, "LE Ping"                                 },
-       {  5, "LE Data Packet Length Extension"         },
-       {  6, "LL Privacy"                              },
-       {  7, "Extended Scanner Filter Policies"        },
-       {  8, "LE 2M PHY"                               },
-       {  9, "Stable Modulation Index - Transmitter"   },
-       { 10, "Stable Modulation Index - Receiver"      },
-       { 11, "LE Coded PHY"                            },
-       { 12, "LE Extended Advertising"                 },
-       { 13, "LE Periodic Advertising"                 },
-       { 14, "Channel Selection Algorithm #2"          },
-       { 15, "LE Power Class 1"                        },
-       { 16, "Minimum Number of Used Channels Procedure"},
-       { }
+       {  0, "LE Encryption"                                   },
+       {  1, "Connection Parameter Request Procedure"          },
+       {  2, "Extended Reject Indication"                      },
+       {  3, "Slave-initiated Features Exchange"               },
+       {  4, "LE Ping"                                         },
+       {  5, "LE Data Packet Length Extension"                 },
+       {  6, "LL Privacy"                                      },
+       {  7, "Extended Scanner Filter Policies"                },
+       {  8, "LE 2M PHY"                                       },
+       {  9, "Stable Modulation Index - Transmitter"           },
+       { 10, "Stable Modulation Index - Receiver"              },
+       { 11, "LE Coded PHY"                                    },
+       { 12, "LE Extended Advertising"                         },
+       { 13, "LE Periodic Advertising"                         },
+       { 14, "Channel Selection Algorithm #2"                  },
+       { 15, "LE Power Class 1"                                },
+       { 16, "Minimum Number of Used Channels Procedure"       },
+       { }
 };
 
 static void print_features(uint8_t page, const uint8_t *features_array,