From 01c3b5f3d056bbd1d36472a1d2919df485d9f7e0 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. --- monitor/packet.c | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/monitor/packet.c b/monitor/packet.c index 06830fdaa..94759b476 100644 --- a/monitor/packet.c +++ b/monitor/packet.c @@ -2586,23 +2586,23 @@ static const struct bitfield_data features_page2[] = { }; static const struct bitfield_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" }, { } }; -- 2.47.3