From 9ac17c866a5d03211d8bc62dcd319fdab29fa33a Mon Sep 17 00:00:00 2001 From: Anuj Jain Date: Mon, 11 Sep 2023 16:15:25 +0530 Subject: [PATCH] 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 --- include/bluetooth_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.7.4