mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Fix for mi6 compatibility
This commit is contained in:
@@ -102,8 +102,8 @@ typedef UINT8 tBTA_AV_HNDL;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BTA_AV_MAX_A2DP_MTU
|
#ifndef BTA_AV_MAX_A2DP_MTU
|
||||||
/*#define BTA_AV_MAX_A2DP_MTU 668 //224 (DM5) * 3 - 4(L2CAP header) */
|
#define BTA_AV_MAX_A2DP_MTU 668 //224 (DM5) * 3 - 4(L2CAP header) // changt to this for mi6
|
||||||
#define BTA_AV_MAX_A2DP_MTU 1008
|
// #define BTA_AV_MAX_A2DP_MTU 1008
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BTA_AV_MAX_VDP_MTU
|
#ifndef BTA_AV_MAX_VDP_MTU
|
||||||
|
Reference in New Issue
Block a user