mirror of
https://github.com/espressif/esp-idf
synced 2025-03-31 03:41:07 -04:00
feat(ble/bluedroid): Support BLE command status debug log
This commit is contained in:
parent
0fcc940bc1
commit
212f316f24
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user