mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Merge branch 'bugfix/fix_ble_coex_assert_v4.4' into 'release/v4.4'
Update esp32 bt-lib (4012cfb)(backport v4.4) See merge request espressif/esp-idf!30518
This commit is contained in:
Submodule components/bt/controller/lib_esp32 updated: 44341b15e5...43ecd22ec6
@@ -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,
|
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
|
||||||
|
Reference in New Issue
Block a user