Merge branch 'bugfix/fix_ble_coex_assert_v5.2' into 'release/v5.2'

Update esp32 bt-lib (4012cfb)(backport v5.2)

See merge request espressif/esp-idf!30520
This commit is contained in:
Jiang Jiang Jian
2024-05-13 10:22:31 +08:00
2 changed files with 4 additions and 1 deletions

View File

@@ -1241,6 +1241,9 @@ static void btu_hcif_command_complete_evt(BT_HDR *response, void *context)
static void btu_hcif_hdl_command_status (UINT16 opcode, UINT8 status, UINT8 *p_cmd,
void *p_vsc_status_cback)
{
if (status != HCI_SUCCESS){
HCI_TRACE_WARNING("%s,opcode:0x%04x,status:0x%02x", __func__, opcode,status);
}
BD_ADDR bd_addr;
UINT16 handle;
#if BTM_SCO_INCLUDED == TRUE