From f63a27ddba458a81db739f2adbd42abf075b9c18 Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Thu, 3 Sep 2020 01:05:05 +0200 Subject: [PATCH] libbt: remove MIN_NUMBER_A2DP_SDUS * this does not exist on aosp Change-Id: If6e3d234a5ce6dadea2a3bf13fdfd24f1c3e216f --- include/bdroid_buildcfg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/bdroid_buildcfg.h b/include/bdroid_buildcfg.h index 2d2205d..a07323a 100644 --- a/include/bdroid_buildcfg.h +++ b/include/bdroid_buildcfg.h @@ -72,6 +72,5 @@ * Ensure that A2DP data is scheduled in a way that suits the scheduling in Coex and BT-only scenarios */ #define L2CAP_HIGH_PRI_MIN_XMIT_QUOTA 6 -#define MIN_NUMBER_A2DP_SDUS 3 #endif -- 2.20.1