fix(bt/bluedroid): Fix memory leak in sco when bluedroid disable

This commit is contained in:
linruihao
2024-10-30 15:05:17 +08:00
parent 06da32f9f2
commit ecefb3c7e5
4 changed files with 23 additions and 3 deletions
@@ -1119,6 +1119,7 @@ void btm_ble_periodic_adv_sync_trans_complete(UINT16 op_code, UINT8 hci_status,
********************************************
*/
void btm_sco_init (void);
void btm_sco_free(void);
void btm_sco_connected (UINT8 hci_status, BD_ADDR bda, UINT16 hci_handle,
tBTM_ESCO_DATA *p_esco_data);
void btm_esco_proc_conn_chg (UINT8 status, UINT16 handle, UINT8 tx_interval,