ESP-IDF
tBTM_CFG::pin_type
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
tBTM_CFG::pin_type
tBTM_CFG::pin_type field
Syntax
Show:
Summary
Declaration
from
btm_int.h:730
BOOLEAN
pin_type
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
pin_type
;
/* TRUE if PIN type is fixed */
btm_int.h:730
BTM_SetPinType
(
btm_cb
.
cfg
.
pin_type
,
btm_cb
.
cfg
.
pin_code
,
btm_cb
.
cfg
.
pin_code_len
)
;
btm_devctl.c:200
reset_complete()
if
(
(
btm_cb
.
cfg
.
pin_type
!=
pin_type
)
btm_sec.c:392
BTM_SetPinType()
btm_cb
.
cfg
.
pin_type
=
pin_type
;
btm_sec.c:397
BTM_SetPinType()
&&
(
btm_cb
.
cfg
.
pin_type
!=
HCI_PIN_TYPE_FIXED
)
)
{
btm_sec.c:1058
btm_sec_bond_by_transport()
if
(
!
p_cb
->
pairing_disabled
&&
(
p_cb
->
cfg
.
pin_type
==
HCI_PIN_TYPE_FIXED
)
)
{
btm_sec.c:5078
btm_sec_pin_code_request()
btsnd_hcic_write_pin_type
(
btm_cb
.
cfg
.
pin_type
)
;
btm_sec.c:5695
btm_restore_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_CFG::pin_type
is written by 1 function and is read by 5 functions:
BTM_SetPinType()
All items filtered out
tBTM_CFG::pin_type
reset_complete()
BTM_SetPinType()
btm_sec_bond_by_transport()
btm_sec_pin_code_request()
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