ESP-IDF
GATT_TRACE_EVENT
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
GATT_TRACE_EVENT
GATT_TRACE_EVENT macro
Syntax
Show:
Summary
Declaration
from
bt_trace.h:353
#define
GATT_TRACE_EVENT
(
fmt
,
args
...
)
{
if
(
gatt_cb
.
trace_level
>=
BT_TRACE_LEVEL_EVENT
&&
BT_LOG_LEVEL_CHECK
(
GATT
,
EVENT
)
)
BT_PRINT_D
(
"BT_GATT"
,
fmt
,
##
args
)
;
}
Arguments
Argument
fmt
args
Examples
References
from
examples
Code
Location
#define
GATT_TRACE_EVENT
(
fmt
,
args
...
)
{
if
(
gatt_cb
.
trace_level
>=
BT_TRACE_LEVEL_EVENT
&&
BT_LOG_LEVEL_CHECK
(
GATT
,
EVENT
)
)
BT_PRINT_D
(
"BT_GATT"
,
fmt
,
##
args
)
;
}
bt_trace.h:353
GATT_TRACE_EVENT
(
"ATT_RSP_READ_BLOB/GATT_RSP_PREPARE_WRITE: len = %d offset = %d"
,
att_protocol.c:411
GATT_TRACE_EVENT
(
"Ignore GATT_REQ_EXEC_WRITE/WRITE_CMD"
)
;
gatt_attr.c:367
GATT_TRACE_EVENT
(
"Get MTU exchange new mtu size: %d"
,
p_data
->
mtu
)
;
gatt_attr.c:371
GATT_TRACE_EVENT
(
"Unknown/unexpected LE GAP ATT request: 0x%02x"
,
type
)
;
gatt_attr.c:376
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