Merge branch 'bugfix/fix_ble_coex_assert' into 'master'

fix(bt): Update esp32 bit-lib (4012cfb)

Closes BT-3674 and BLERP-715

See merge request espressif/esp-idf!30447
This commit is contained in:
Island 2024-04-28 10:48:24 +08:00
commit 39a1e17c32
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 44341b15e58792946cc65ed8d4483929194d182f Subproject commit 43ecd22ec6b5b484709693ae8e86478a7f130f17

View File

@ -1252,6 +1252,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, static void btu_hcif_hdl_command_status (UINT16 opcode, UINT8 status, UINT8 *p_cmd,
void *p_vsc_status_cback) 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; BD_ADDR bd_addr;
UINT16 handle; UINT16 handle;
#if BTM_SCO_INCLUDED == TRUE #if BTM_SCO_INCLUDED == TRUE