From 61295a3e6d66542529a7c1b0096e3fb9f435b067 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 29 Jan 2019 17:31:34 +0200 Subject: [PATCH] monitor: Reformat LE features table 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 --- monitor/packet.c | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/monitor/packet.c b/monitor/packet.c index 28d309b..c8fbd94 100755 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -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, -- 2.7.4