ESP-IDF
tOBEX_TL_L2CAP_CB::trace_level
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tOBEX_TL_L2CAP_CB::trace_level
tOBEX_TL_L2CAP_CB::trace_level field
Syntax
Show:
Summary
Declaration
from
obex_tl_l2cap.c:67
UINT8
trace_level
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
trace_level
;
/* trace level */
obex_tl_l2cap.c:67
OBEX_TL_L2CAP_TRACE_WARNING
(
"No corresponding server found, reject incoming connection\n"
)
;
obex_tl_l2cap.c:264
obex_tl_l2cap_connect_ind()
OBEX_TL_L2CAP_TRACE_WARNING
(
"Can not allocate a ccb for new connection\n"
)
;
obex_tl_l2cap.c:272
obex_tl_l2cap_connect_ind()
OBEX_TL_L2CAP_TRACE_ERROR
(
"l2cap_connect_cfm but no ccb found\n"
)
;
obex_tl_l2cap.c:302
obex_tl_l2cap_connect_cfm()
OBEX_TL_L2CAP_TRACE_WARNING
(
"l2cap_connect_cfm result != L2CAP_CONN_OK: result: 0x%x\n"
,
result
)
;
obex_tl_l2cap.c:312
obex_tl_l2cap_connect_cfm()
OBEX_TL_L2CAP_TRACE_ERROR
(
"l2cap_config_ind but no ccb found\n"
)
;
obex_tl_l2cap.c:333
obex_tl_l2cap_config_ind()
OBEX_TL_L2CAP_TRACE_ERROR
(
"l2cap_config_ind, not a initiator, but can not find corresponding server\n"
)
;
obex_tl_l2cap.c:340
obex_tl_l2cap_config_ind()
OBEX_TL_L2CAP_TRACE_ERROR
(
"l2cap_config_cfm but no ccb found\n"
)
;
obex_tl_l2cap.c:407
obex_tl_l2cap_config_cfm()
OBEX_TL_L2CAP_TRACE_ERROR
(
"l2cap_config_cfm, not a initiator, but can not find corresponding server\n"
)
;
obex_tl_l2cap.c:414
obex_tl_l2cap_config_cfm()
OBEX_TL_L2CAP_TRACE_WARNING
(
"l2cap_config_cfm result != L2CAP_CFG_OK: result: 0x%x\n"
,
p_cfg
->
result
)
;
obex_tl_l2cap.c:419
obex_tl_l2cap_config_cfm()
OBEX_TL_L2CAP_TRACE_ERROR
(
"l2cap_disconnect_ind but no ccb found\n"
)
;
obex_tl_l2cap.c:483
obex_tl_l2cap_disconnect_ind()
OBEX_TL_L2CAP_TRACE_ERROR
(
"l2cap_buf_data_ind but no ccb found\n"
)
;
obex_tl_l2cap.c:510
obex_tl_l2cap_buf_data_ind()
OBEX_TL_L2CAP_TRACE_ERROR
(
"l2cap_congestion_status_ind but no ccb found\n"
)
;
obex_tl_l2cap.c:534
obex_tl_l2cap_congestion_status_ind()
obex_tl_l2cap_cb
.
trace_level
=
BT_TRACE_LEVEL_ERROR
;
obex_tl_l2cap.c:571
obex_tl_l2cap_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tOBEX_TL_L2CAP_CB::trace_level
is written by 1 function and is read by 7 functions:
obex_tl_l2cap_init()
All items filtered out
tOBEX_TL_L2CAP_CB::trace_level
obex_tl_l2cap_connect_ind()
obex_tl_l2cap_connect_cfm()
obex_tl_l2cap_config_ind()
obex_tl_l2cap_config_cfm()
obex_tl_l2cap_disconnect_ind()
obex_tl_l2cap_buf_data_ind()
obex_tl_l2cap_congestion_status_ind()
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