ESP-IDF
ble_gap_link_estab_call()
is only used within ESP-IDF.
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
ESP-IDF
ble_gap_link_estab_call()
ble_gap_link_estab_call() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_gap_priv.h:99
void
ble_gap_link_estab_call
(
uint16_t
conn_handle
,
int
status
)
;
Implemented in
ble_gap.c:2749
Arguments
Argument
conn_handle
status
Examples
References
from
examples
Code
Location
Referrer
ble_gap_link_estab_call
(
uint16_t
conn_handle
,
int
status
)
ble_gap.c:2750
void
ble_gap_link_estab_call
(
uint16_t
conn_handle
,
int
status
)
;
ble_gap_priv.h:99
ble_gap_link_estab_call
(
ev
->
conn_handle
,
ev
->
status
)
;
ble_gap.c:2792
ble_gap_rx_rd_rem_sup_feat_complete()
ble_gap_link_estab_call
(
ev
->
conn_handle
,
ev
->
status
)
;
ble_gap.c:2819
ble_gap_rx_rd_rem_ver_info_complete()
Call Tree
from
examples
ble_gap_link_estab_call()
is called by 2 functions and calls 3 functions:
ble_gap_rx_rd_rem_sup_feat_complete()
ble_gap_rx_rd_rem_ver_info_complete()
All items filtered out
ble_gap_link_estab_call()
ble_hs_hci_util_set_data_len()
ble_gap_call_conn_event_cb()
ble_gap_event_listener_call()
All items filtered out
Data Use
from
examples
ble_gap_link_estab_call()
reads 1 variable and writes 3 variables:
ble_gap_event::
::link_estab
All items filtered out
ble_gap_link_estab_call()
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