From: Anuj Jain Date: Mon, 11 Sep 2023 10:45:25 +0000 (+0530) Subject: BT 5.0 Fix ordering for feature check X-Git-Tag: accepted/tizen/unified/20230914.100346^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ac17c866a5d03211d8bc62dcd319fdab29fa33a;p=platform%2Fcore%2Fapi%2Fbluetooth.git BT 5.0 Fix ordering for feature check This patch fixes the mismatch in ordering between bt_feature_t and feature_table. Change-Id: I6d68d1a6e2562ffefdfa7307f13bbe09225513e2 Signed-off-by: Anuj Jain --- diff --git a/include/bluetooth_private.h b/include/bluetooth_private.h index 2b60ad1..9613104 100644 --- a/include/bluetooth_private.h +++ b/include/bluetooth_private.h @@ -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,