ESP-IDF
tBTM_PAIRING_STATE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_PAIRING_STATE
tBTM_PAIRING_STATE
Syntax
Show:
Summary
Declaration
from
btm_int.h:797
typedef
UINT8
tBTM_PAIRING_STATE
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
UINT8
tBTM_PAIRING_STATE
;
btm_int.h:797
tBTM_PAIRING_STATE
pairing_state
;
/* The current pairing state */
btm_int.h:944
tBTM_CB
tBTM_CB::pairing_state
static
void
btm_sec_change_pairing_state
(
tBTM_PAIRING_STATE
new_state
)
;
btm_sec.c:72
btm_sec_change_pairing_state()
btm_sec_change_pairing_state()::new_state
tBTM_PAIRING_STATE
old_state
=
btm_cb
.
pairing_state
;
btm_sec.c:3860
btm_sec_auth_complete()
static
void
btm_sec_change_pairing_state
(
tBTM_PAIRING_STATE
new_state
)
btm_sec.c:5734
btm_sec_change_pairing_state()
btm_sec_change_pairing_state()::new_state
tBTM_PAIRING_STATE
old_state
=
btm_cb
.
pairing_state
;
btm_sec.c:5736
btm_sec_change_pairing_state()
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
Instance
Scope
Location
Project
tBTM_CB::pairing_state
tBTM_CB
btm_int.h:944
btm_sec_change_pairing_state()::new_state
btm_sec_change_pairing_state()
btm_sec.c:72
btm_sec_change_pairing_state()::new_state
btm_sec_change_pairing_state()
btm_sec.c:5734
Lifecycle
from
examples
All items filtered out
All items filtered out