ESP-IDF
ble_gap_rx_param_req()
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_rx_param_req()
ble_gap_rx_param_req() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_gap_priv.h:140
void
ble_gap_rx_param_req
(
const
struct
ble_hci_ev_le_subev_rem_conn_param_req
*
ev
)
;
Implemented in
ble_gap.c:7771
Arguments
Argument
ev
Examples
References
from
examples
Code
Location
Referrer
ble_gap_rx_param_req
(
const
struct
ble_hci_ev_le_subev_rem_conn_param_req
*
ev
)
ble_gap.c:7772
void
ble_gap_rx_param_req
(
const
struct
ble_hci_ev_le_subev_rem_conn_param_req
*
ev
)
;
ble_gap_priv.h:140
ble_gap_rx_param_req
(
ev
)
;
ble_hs_hci_evt.c:1269
ble_hs_hci_evt_le_conn_parm_req()
Call Tree
from
examples
ble_gap_rx_param_req()
is called by 1 function and calls 4 functions:
ble_hs_hci_evt_le_conn_parm_req()
All items filtered out
ble_gap_rx_param_req()
ble_gap_call_conn_event_cb()
ble_gap_update_failed()
ble_gap_tx_param_pos_reply()
ble_gap_tx_param_neg_reply()
All items filtered out
Data Use
from
examples
ble_gap_rx_param_req()
reads 6 variables and writes 10 variables:
ble_gap_event::
::conn_update_req
ble_hci_ev_le_subev_rem_conn_param_req::conn_handle
ble_hci_ev_le_subev_rem_conn_param_req::min_interval
ble_hci_ev_le_subev_rem_conn_param_req::max_interval
ble_hci_ev_le_subev_rem_conn_param_req::latency
ble_hci_ev_le_subev_rem_conn_param_req::timeout
All items filtered out
ble_gap_rx_param_req()
ble_gap_upd_params::itvl_min
ble_gap_upd_params::itvl_max
ble_gap_upd_params::latency
ble_gap_upd_params::supervision_timeout
ble_gap_upd_params::min_ce_len
ble_gap_upd_params::max_ce_len
ble_gap_event::type
ble_gap_event::
::
::peer_params
ble_gap_event::
::
::self_params
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