NimBLE_Security sample
is_connection_encrypted()
is only used within NimBLE_Security sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
NimBLE_Security sample
is_connection_encrypted()
is_connection_encrypted() function
Syntax
Show:
Summary
Declaration
Definition
from
gap.h:21
bool
is_connection_encrypted
(
uint16_t
conn_handle
)
;
Implemented in
gap.c:355
Arguments
Argument
conn_handle
Examples
References
from
examples
Code
Location
Referrer
bool
is_connection_encrypted
(
uint16_t
conn_handle
)
{
gap.c:355
bool
is_connection_encrypted
(
uint16_t
conn_handle
)
;
gap.h:21
is_connection_encrypted
(
heart_rate_chr_conn_handle
)
)
{
gatt_svc.c:179
send_heart_rate_indication()
if
(
!
is_connection_encrypted
(
event
->
subscribe
.
conn_handle
)
)
{
gatt_svc.c:242
gatt_svr_subscribe_cb()
Call Tree
from
examples
is_connection_encrypted()
is called by 2 functions and calls 3 functions:
send_heart_rate_indication()
gatt_svr_subscribe_cb()
All items filtered out
is_connection_encrypted()
esp_log_timestamp()
esp_log_write()
ble_gap_conn_find()
All items filtered out
Data Use
from
examples
is_connection_encrypted()
reads 7 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
ble_gap_conn_desc::sec_state
ble_gap_sec_state::encrypted
All items filtered out
is_connection_encrypted()
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