mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 03:42:06 +00:00
components/esp_wifi: improve coexistence performance according to specific WiFi/BT/BLE scienario
1. Improve WiFi throughput in some Classic BT scienarios(idle, inquire scan, connected, sniff, a2dp pause, etc). 2. Support WiFi + Classic BT + BLE mesh coexistence scienario. 3. Improve WiFi scan and connect succeed ratio in coexistence scienario. 4. Do not support to choose software coexistence preference anymore for it is determined according to coexistence scienario automatically. components/lwip: increase TCP send buffer and receive window limitation when TCP window scale is enabled components/ble_mesh: Fix some bugs about ble mesh 1. fix send acl pkt after ble have sent terminate ind modify min adv interval to 10ms.
This commit is contained in:
@@ -105,7 +105,7 @@ typedef UINT8 tBTM_BLE_SFP;
|
||||
#endif
|
||||
|
||||
/* adv parameter boundary values */
|
||||
#define BTM_BLE_ADV_INT_MIN 0x0020
|
||||
#define BTM_BLE_ADV_INT_MIN 0x0010
|
||||
#define BTM_BLE_ADV_INT_MAX 0x4000
|
||||
|
||||
/* Full scan boundary values */
|
||||
@@ -2118,8 +2118,8 @@ tBTM_STATUS BTM_UpdateBleDuplicateExceptionalList(uint8_t subcode, uint32_t type
|
||||
**
|
||||
** Function BTM_GetCurrentConnParams
|
||||
**
|
||||
** Description This function is called to read the current connection parameters
|
||||
** of the device
|
||||
** Description This function is called to read the current connection parameters
|
||||
** of the device
|
||||
**
|
||||
** Returns TRUE or FALSE
|
||||
**
|
||||
|
Reference in New Issue
Block a user