Merge branch 'bugfix/coex_schm_v4.0' into 'release/v4.0'

Bugfix/coex schm v4.0

See merge request espressif/esp-idf!7636
This commit is contained in:
Jiang Jiang Jian
2020-02-20 14:49:32 +08:00
13 changed files with 101 additions and 49 deletions

View File

@@ -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 */
@@ -2104,8 +2104,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
**