ESP-IDF
tBTM_CB::pin_type_changed
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTM_CB::pin_type_changed
tBTM_CB::pin_type_changed field
Syntax
Show:
Summary
Declaration
from
btm_int.h:929
BOOLEAN
pin_type_changed
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
pin_type_changed
;
/* pin type changed during bonding */
btm_int.h:929
btm_cb
.
pin_type_changed
=
TRUE
;
btm_sec.c:1059
btm_sec_bond_by_transport()
if
(
btm_cb
.
pin_type_changed
)
{
btm_sec.c:5693
btm_restore_mode()
btm_cb
.
pin_type_changed
=
FALSE
;
btm_sec.c:5694
btm_restore_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_CB::pin_type_changed
is written by 2 functions and is read by 1 function:
btm_sec_bond_by_transport()
btm_restore_mode()
All items filtered out
tBTM_CB::pin_type_changed
btm_restore_mode()
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