ESP-IDF
BTM_PAIR_STATE_GET_REM_NAME
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_GET_REM_NAME
BTM_PAIR_STATE_GET_REM_NAME value
Syntax
Show:
Summary
Declaration
from
btm_int.h:786
BTM_PAIR_STATE_GET_REM_NAME
;
Examples
References
from
examples
Code
Location
Referrer
BTM_PAIR_STATE_GET_REM_NAME
,
/* Getting the remote name (to check for SM4) */
btm_int.h:786
btm_sec_change_pairing_state
(
BTM_PAIR_STATE_GET_REM_NAME
)
;
btm_sec.c:1110
btm_sec_bond_by_transport()
if
(
btm_cb
.
pairing_state
==
BTM_PAIR_STATE_GET_REM_NAME
)
{
btm_sec.c:1265
BTM_SecBondCancel()
(
btm_cb
.
pairing_state
==
BTM_PAIR_STATE_GET_REM_NAME
&&
btm_sec.c:2708
btm_sec_bond_cancel_complete()
if
(
btm_cb
.
pairing_state
==
BTM_PAIR_STATE_GET_REM_NAME
)
{
btm_sec.c:3090
btm_sec_rmt_name_request_complete()
btm_sec_change_pairing_state
(
BTM_PAIR_STATE_GET_REM_NAME
)
;
btm_sec.c:4330
btm_sec_connected()
btm_sec_change_pairing_state
(
BTM_PAIR_STATE_GET_REM_NAME
)
;
btm_sec.c:4367
btm_sec_connected()
case
BTM_PAIR_STATE_GET_REM_NAME
:
btm_sec.c:4981
btm_sec_pairing_timeout()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BTM_PAIR_STATE_GET_REM_NAME
is read by 6 functions:
All items filtered out
BTM_PAIR_STATE_GET_REM_NAME
btm_sec_bond_by_transport()
BTM_SecBondCancel()
btm_sec_bond_cancel_complete()
btm_sec_rmt_name_request_complete()
btm_sec_connected()
btm_sec_pairing_timeout()
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