ESP-IDF
BTM_PAIR_STATE_WAIT_LOCAL_PIN
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
BTM_PAIR_STATE_WAIT_LOCAL_PIN
BTM_PAIR_STATE_WAIT_LOCAL_PIN value
Syntax
Show:
Summary
Declaration
from
btm_int.h:788
BTM_PAIR_STATE_WAIT_LOCAL_PIN
;
Examples
References
from
examples
Code
Location
Referrer
BTM_PAIR_STATE_WAIT_LOCAL_PIN
,
/* Waiting for local PIN code */
btm_int.h:788
if
(
btm_cb
.
pairing_state
!=
BTM_PAIR_STATE_WAIT_LOCAL_PIN
)
{
btm_sec.c:845
BTM_PINCodeReply()
if
(
BTM_PAIR_STATE_WAIT_LOCAL_PIN
==
btm_cb
.
pairing_state
&&
btm_sec.c:1230
BTM_SecBondCancel()
(
BTM_PAIR_STATE_WAIT_LOCAL_PIN
==
btm_cb
.
pairing_state
&&
btm_sec.c:2706
btm_sec_bond_cancel_complete()
if
(
(
btm_cb
.
pairing_state
==
BTM_PAIR_STATE_WAIT_LOCAL_PIN
)
&&
p_bd_addr
btm_sec.c:3070
btm_sec_rmt_name_request_complete()
btm_sec_change_pairing_state
(
BTM_PAIR_STATE_WAIT_LOCAL_PIN
)
;
btm_sec.c:3085
btm_sec_rmt_name_request_complete()
if
(
btm_cb
.
pairing_state
!=
BTM_PAIR_STATE_WAIT_LOCAL_PIN
)
{
btm_sec.c:4373
btm_sec_connected()
case
BTM_PAIR_STATE_WAIT_LOCAL_PIN
:
btm_sec.c:4918
btm_sec_pairing_timeout()
btm_sec_change_pairing_state
(
BTM_PAIR_STATE_WAIT_LOCAL_PIN
)
;
btm_sec.c:5129
btm_sec_pin_code_request()
btm_sec_change_pairing_state
(
BTM_PAIR_STATE_WAIT_LOCAL_PIN
)
;
btm_sec.c:5899
btm_sec_check_prefetch_pin()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BTM_PAIR_STATE_WAIT_LOCAL_PIN
is read by 8 functions:
All items filtered out
BTM_PAIR_STATE_WAIT_LOCAL_PIN
BTM_PINCodeReply()
BTM_SecBondCancel()
btm_sec_bond_cancel_complete()
btm_sec_rmt_name_request_complete()
btm_sec_connected()
btm_sec_pairing_timeout()
btm_sec_pin_code_request()
btm_sec_check_prefetch_pin()
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