mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-02 13:30:59 +02:00
Update IDF to 9a26296
This commit is contained in:
@ -258,8 +258,9 @@
|
||||
#define L2CAP_BLE_EXTFEA_MASK 0
|
||||
#endif
|
||||
|
||||
/* Define a value that tells L2CAP to use the default HCI ACL buffer pool */
|
||||
#define L2CAP_DEFAULT_ERM_POOL_ID 0xFF
|
||||
/* Define a value that tells L2CAP to use the default HCI ACL buffer size */
|
||||
#define L2CAP_INVALID_ERM_BUF_SIZE 0
|
||||
|
||||
/* Define a value that tells L2CAP to use the default MPS */
|
||||
#define L2CAP_DEFAULT_ERM_MPS 0x0000
|
||||
|
||||
@ -273,7 +274,8 @@
|
||||
/* To optimize this, it must be a multiplum of the L2CAP PDU length AND match the 3DH5 air
|
||||
* including the l2cap headers in each packet - to match the latter - the -5 is added
|
||||
*/
|
||||
#define L2CAP_MAX_SDU_LENGTH (GKI_BUF4_SIZE - (L2CAP_MIN_OFFSET + L2CAP_MAX_HEADER_FCS) -5)
|
||||
#define L2CAP_MAX_SDU_LENGTH (8080 + 26 - (L2CAP_MIN_OFFSET + 6))
|
||||
#define L2CAP_MAX_BUF_SIZE (10240 + 24)
|
||||
|
||||
/* Part of L2CAP_MIN_OFFSET that is not part of L2CAP
|
||||
*/
|
||||
|
Reference in New Issue
Block a user