Revert "bluedroid: report disconnect event after BLE link closed"

This reverts commit d751960b27.
This commit is contained in:
chenjianhua
2023-06-02 16:51:07 +08:00
parent ddc16a47fe
commit c5e580e522
3 changed files with 1 additions and 44 deletions

View File

@@ -1215,19 +1215,6 @@ 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) */
/*******************************************************************************