};
-#define MAX_DISC_RAW_DATA_BUF (4096)
+#define MAX_DISC_RAW_DATA_BUF (1024)
UINT8 g_disc_raw_data_buf[MAX_DISC_RAW_DATA_BUF];
extern DEV_CLASS local_device_default_class;
/* max client application GATTC can support */
#ifndef BTA_GATTC_CL_MAX
-#define BTA_GATTC_CL_MAX 8 // 32
+#define BTA_GATTC_CL_MAX 3 // 32
#endif
/* max known devices GATTC can support */
#ifndef BTA_GATTC_KNOWN_SR_MAX
-#define BTA_GATTC_KNOWN_SR_MAX 5 // 10
+#define BTA_GATTC_KNOWN_SR_MAX 3 // 10
#endif
#define BTA_GATTC_CONN_MAX GATT_MAX_PHY_CHANNEL
/* Includes SCO if TRUE */
#ifndef BTM_SCO_INCLUDED
-#define BTM_SCO_INCLUDED TRUE /* TRUE includes SCO code */
+#define BTM_SCO_INCLUDED FALSE //TRUE /* TRUE includes SCO code */
#endif
/* Includes SCO if TRUE */
/* The number of SCO links. */
#ifndef BTM_MAX_SCO_LINKS
-#define BTM_MAX_SCO_LINKS 3
+#define BTM_MAX_SCO_LINKS 1 //3
#endif
/* The preferred type of SCO links (2-eSCO, 0-SCO). */