Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_ble_coex_assert_v4.4' into 'release/v4.4'
Browse files Browse the repository at this point in the history
Update esp32 bt-lib (4012cfb)(backport v4.4)

See merge request espressif/esp-idf!30518
  • Loading branch information
Isl2017 committed Apr 28, 2024
2 parents 29221d1 + 2ca8c10 commit c1f02f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/bt/controller/lib_esp32
3 changes: 3 additions & 0 deletions components/bt/host/bluedroid/stack/btu/btu_hcif.c
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,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
Expand Down

0 comments on commit c1f02f6

Please sign in to comment.