BT 5.0 Fix ordering for feature check 11/298611/1 accepted/tizen/unified/20230914.100346
authorAnuj Jain <anuj01.jain@samsung.com>
Mon, 11 Sep 2023 10:45:25 +0000 (16:15 +0530)
committerAnuj Jain <anuj01.jain@samsung.com>
Mon, 11 Sep 2023 10:45:25 +0000 (16:15 +0530)
This patch fixes the mismatch in ordering between bt_feature_t
and feature_table.

Change-Id: I6d68d1a6e2562ffefdfa7307f13bbe09225513e2
Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
include/bluetooth_private.h

index 2b60ad1ec678df5c3fe34cee8cd89a33223a9a51..9613104eb49113e681d6dc98b48da80ebc25103b 100644 (file)
@@ -633,8 +633,8 @@ typedef enum {
        BT_FEATURE_COMMON = BT_FEATURE_BASE,
        BT_FEATURE_LE,
        BT_FEATURE_LE_5_0,
-       BT_FEATURE_LE_ADV_EXT,
        BT_FEATURE_LE_COC,
+       BT_FEATURE_LE_ADV_EXT,
        BT_FEATURE_IPSP,
        BT_FEATURE_MESH,
        BT_FEATURE_AUDIO_CALL,