ESP-IDF
ble_gap_sec_state
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
ble_gap_sec_state
ble_gap_sec_state struct
Connection security state
Syntax
Show:
Summary
Declaration
Definition
from
ble_sm_priv.h:35
struct
ble_gap_sec_state
;
Implemented in
ble_gap.h:212
Fields
Field
Declared as
Description
ble_gap_sec_state::encrypted
unsigned
:
1
If connection is encrypted.
ble_gap_sec_state::authenticated
unsigned
:
1
If connection is authenticated.
ble_gap_sec_state::bonded
unsigned
:
1
If connection is bonded (security information is stored).
ble_gap_sec_state::key_size
unsigned
:
5
Size of a key used for encryption.
ble_gap_sec_state::authorize
unsigned
:
1
Current device security state.
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out