ESP-IDF
HCI_TRACE_DEBUG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
HCI_TRACE_DEBUG
HCI_TRACE_DEBUG macro
Syntax
Show:
Summary
Declaration
from
bt_trace.h:391
#define
HCI_TRACE_DEBUG
(
fmt
,
args
...
)
{
if
(
HCI_INITIAL_TRACE_LEVEL
>=
BT_TRACE_LEVEL_DEBUG
&&
BT_LOG_LEVEL_CHECK
(
HCI
,
DEBUG
)
)
BT_PRINT_D
(
"BT_HCI"
,
fmt
,
##
args
)
;
}
Arguments
Argument
fmt
args
Examples
References
from
examples
Code
Location
#define
HCI_TRACE_DEBUG
(
fmt
,
args
...
)
{
if
(
HCI_INITIAL_TRACE_LEVEL
>=
BT_TRACE_LEVEL_DEBUG
&&
BT_LOG_LEVEL_CHECK
(
HCI
,
DEBUG
)
)
BT_PRINT_D
(
"BT_HCI"
,
fmt
,
##
args
)
;
}
bt_trace.h:391
HCI_TRACE_DEBUG
(
"BLE HCI(id=%d) event = 0x%02x)"
,
hci_evt_code
,
ble_sub_code
)
;
btu_hcif.c:352
HCI_TRACE_DEBUG
(
"btu_hcif_command_complete_evt\n"
)
;
btu_hcif.c:1234
HCI_TRACE_DEBUG
(
"%s Unable to find expected alarm in hashmap"
,
__func__
)
;
btu_task.c:503
HCI_TRACE_DEBUG
(
"%s Unable to find expected alarm in hashmap"
,
__func__
)
;
btu_task.c:608
HCI_TRACE_DEBUG
(
"HCI Enqueue Command opcode=0x%x\n"
,
metadata
->
opcode
)
;
hci_layer.c:270
HCI_TRACE_DEBUG
(
"Receive packet event_code=0x%x\n"
,
event_code
)
;
hci_layer.c:449
HCI_TRACE_DEBUG
(
"p_data[%d] = %x\n"
,
i
,
p_data
[
i
]
)
;
hciblecmds.c:173
HCI_TRACE_DEBUG
(
"reassemble_and_dispatch\n"
)
;
packet_fragmenter.c:138
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out