ESP-IDF
ble_gap_enc_event()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gap_enc_event()
ble_gap_enc_event() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_gap_priv.h:144
void
ble_gap_enc_event
(
uint16_t
conn_handle
,
int
status
,
int
security_restored
,
int
bonded
)
;
Implemented in
ble_gap.c:8395
Arguments
Argument
conn_handle
status
security_restored
bonded
Examples
References
from
examples
Code
Location
Referrer
ble_gap_enc_event
(
uint16_t
conn_handle
,
int
status
,
ble_gap.c:8396
void
ble_gap_enc_event
(
uint16_t
conn_handle
,
int
status
,
ble_gap_priv.h:144
ble_gap_enc_event
(
conn_handle
,
res
->
app_status
,
res
->
restore
,
res
->
bonded
)
;
ble_sm.c:1037
ble_sm_process_result()
ble_gap_enc_event
(
proc
->
conn_handle
,
BLE_HS_ETIMEOUT
,
0
,
0
)
;
ble_sm.c:2773
ble_sm_timer()
Call Tree
from
examples
ble_gap_enc_event()
is called by 2 functions and calls 4 functions:
ble_sm_process_result()
ble_sm_timer()
All items filtered out
ble_gap_enc_event()
ble_gatts_bonding_established()
ble_gatts_bonding_restored()
ble_gap_call_conn_event_cb()
ble_gap_event_listener_call()
All items filtered out
Data Use
from
examples
ble_gap_enc_event()
reads 1 variable and writes 3 variables:
ble_gap_event::
::enc_change
All items filtered out
ble_gap_enc_event()
ble_gap_event::type
ble_gap_event::
::
::status
ble_gap_event::
::
::conn_handle
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