ESP-IDF
BTIF_TRACE_DEBUG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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
BTIF_TRACE_DEBUG
BTIF_TRACE_DEBUG macro
Syntax
Show:
Summary
Declaration
from
bt_trace.h:372
#define
BTIF_TRACE_DEBUG
(
fmt
,
args
...
)
{
if
(
btif_trace_level
>=
BT_TRACE_LEVEL_DEBUG
&&
BT_LOG_LEVEL_CHECK
(
BTIF
,
DEBUG
)
)
BT_PRINT_D
(
"BT_BTIF"
,
fmt
,
##
args
)
;
}
Arguments
Argument
fmt
args
Examples
References
from
examples
Code
Location
#define
BTIF_TRACE_DEBUG
(
fmt
,
args
...
)
{
if
(
btif_trace_level
>=
BT_TRACE_LEVEL_DEBUG
&&
BT_LOG_LEVEL_CHECK
(
BTIF
,
DEBUG
)
)
BT_PRINT_D
(
"BT_BTIF"
,
fmt
,
##
args
)
;
}
bt_trace.h:372
BTIF_TRACE_DEBUG
(
"bta_dm_co_io_req: func not ported\n"
)
;
bta_dm_co.c:148
BTIF_TRACE_DEBUG
(
"bta_dm_co_io_req *p_oob_data = %d"
,
*
p_oob_data
)
;
bta_dm_co.c:150
BTIF_TRACE_DEBUG
(
"bta_dm_co_io_req *p_io_cap = %d"
,
*
p_io_cap
)
;
bta_dm_co.c:151
BTIF_TRACE_DEBUG
(
"bta_dm_co_io_req *p_auth_req = %d"
,
*
p_auth_req
)
;
bta_dm_co.c:152
BTIF_TRACE_DEBUG
(
"bta_dm_co_io_req is_orig = %d"
,
is_orig
)
;
bta_dm_co.c:153
BTIF_TRACE_DEBUG
(
"bta_dm_co_io_rsp: func not ported\n"
)
;
bta_dm_co.c:177
BTIF_TRACE_DEBUG
(
"bta_dm_co_loc_oob: func not ported\n"
)
;
bta_dm_co.c:223
BTIF_TRACE_DEBUG
(
"bta_dm_rmt_oob: func not ported\n"
)
;
bta_dm_co.c:250
BTIF_TRACE_DEBUG
(
"bta_dm_co_rmt_oob: result=%d"
,
result
)
;
bta_dm_co.c:254
BTIF_TRACE_DEBUG
(
"##################################"
)
;
bta_dm_co.c:285
BTIF_TRACE_DEBUG
(
"bta_dm_co_le_io_key_req: only setting max size to 16"
)
;
bta_dm_co.c:286
BTIF_TRACE_DEBUG
(
"##################################"
)
;
bta_dm_co.c:287
BTIF_TRACE_DEBUG
(
"%s"
,
__func__
)
;
bta_gattc_cache.c:2208
BTIF_TRACE_DEBUG
(
"%s()"
,
__FUNCTION__
)
;
bta_gattc_co.c:369
BTIF_TRACE_DEBUG
(
"delete section %s\n"
,
section
)
;
btc_ble_storage.c:290
BTIF_TRACE_DEBUG
(
" %s in bd addr:%s"
,
__FUNCTION__
,
bdstr
)
;
btc_ble_storage.c:383
BTIF_TRACE_DEBUG
(
" %s in bd addr:%s"
,
__FUNCTION__
,
bdstr
)
;
btc_ble_storage.c:629
BTIF_TRACE_DEBUG
(
" %s in bd addr:%s"
,
__FUNCTION__
,
bdstr
)
;
btc_ble_storage.c:659
BTIF_TRACE_DEBUG
(
"BTA_HH_DISABLE_EVT: enabling HID Device service"
)
;
btc_hh.c:1247
BTIF_TRACE_DEBUG
(
"status = %d, handle = %d"
,
p_data
->
dev_status
.
status
,
btc_hh.c:1443
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