NimBLE_Security sample
gap_event_handler()
is only used within NimBLE_Security sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
gap_event_handler()
gap_event_handler() function
Syntax
Show:
Summary
Declaration
Definition
from
gap.c:16
static
int
gap_event_handler
(
struct
ble_gap_event
*
event
,
void
*
arg
)
;
Implemented in
gap.c:148
Arguments
Argument
event
arg
Examples
References
from
examples
Code
Location
Referrer
static
int
gap_event_handler
(
struct
ble_gap_event
*
event
,
void
*
arg
)
{
gap.c:148
static
int
gap_event_handler
(
struct
ble_gap_event
*
event
,
void
*
arg
)
;
gap.c:16
gap_event_handler
,
NULL
)
;
gap.c:135
start_advertising()
Call Tree
from
examples
gap_event_handler()
calls 11 functions:
All items filtered out
gap_event_handler()
esp_log_timestamp()
esp_log_write()
esp_random()
ble_gap_conn_find()
ble_store_util_delete_peer()
ble_sm_inject_io()
ble_gap_update_params()
ble_gap_security_initiate()
gatt_svr_subscribe_cb()
print_conn_desc()
start_advertising()
All items filtered out
Data Use
from
examples
gap_event_handler()
reads 44 variables and writes 3 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::conn_itvl
ble_gap_conn_desc::supervision_timeout
ble_gap_passkey_params::action
ble_gap_repeat_pairing::conn_handle
ble_gap_event::type
ble_gap_event::
::
::status
ble_gap_event::
::
::conn_handle
ble_gap_event::
::connect
ble_gap_event::
::
::reason
ble_gap_event::
::disconnect
ble_gap_event::
::
::reason
ble_gap_event::
::adv_complete
ble_gap_event::
::
::status
ble_gap_event::
::
::conn_handle
ble_gap_event::
::conn_update
ble_gap_event::
::
::status
ble_gap_event::
::enc_change
ble_gap_event::
::
::params
ble_gap_event::
::
::conn_handle
ble_gap_event::
::passkey
ble_gap_event::
::
::status
ble_gap_event::
::
::conn_handle
ble_gap_event::
::
::attr_handle
ble_gap_event::
::
::indication
ble_gap_event::
::notify_tx
ble_gap_event::
::
::conn_handle
ble_gap_event::
::
::attr_handle
ble_gap_event::
::
::reason
ble_gap_event::
::
::prev_notify
ble_gap_event::
::
::cur_notify
ble_gap_event::
::
::prev_indicate
ble_gap_event::
::
::cur_indicate
ble_gap_event::
::subscribe
ble_gap_event::
::
::conn_handle
ble_gap_event::
::
::channel_id
ble_gap_event::
::
::value
ble_gap_event::
::mtu
ble_gap_event::
::repeat_pairing
ble_sm_io::
::passkey
All items filtered out
gap_event_handler()
start_advertising()
ble_sm_io::action
ble_sm_io::
::passkey
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