mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
fix hci sco crash bug for HFP
This commit is contained in:
@@ -152,7 +152,6 @@ static void btu_hci_msg_process(void *param)
|
||||
case BT_EVT_TO_BTU_HCI_SCO:
|
||||
#if BTM_SCO_INCLUDED == TRUE
|
||||
btm_route_sco_data (p_msg);
|
||||
osi_free(p_msg);
|
||||
break;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user