Merge branch 'bugfix/fix_bleqabr23_28' into 'master'

Bluedroid: report disconnect event after BLE link closed

See merge request espressif/esp-idf!23156
This commit is contained in:
Jiang Jiang Jian
2023-04-28 17:59:29 +08:00
3 changed files with 44 additions and 1 deletions

View File

@@ -1215,6 +1215,19 @@ extern BOOLEAN L2CA_EnableUpdateBleConnParams (BD_ADDR rem_bda, BOOLEAN enable);
**
*******************************************************************************/
extern UINT8 L2CA_GetBleConnRole (BD_ADDR bd_addr);
/*******************************************************************************
**
** Function L2CA_BleDisconnect
**
** Description This function use to disconnect LE connection.
**
** Parameters BD Address of remote
**
** Returns TRUE if disconnect successfully.
**
*******************************************************************************/
extern BOOLEAN L2CA_BleDisconnect (BD_ADDR rem_bda);
#endif /* (BLE_INCLUDED == TRUE) */
/*******************************************************************************