ESP-IDF
ble_gatts_rx_indicate_ack()
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_gatts_rx_indicate_ack()
ble_gatts_rx_indicate_ack() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_gatt_priv.h:214
int
ble_gatts_rx_indicate_ack
(
uint16_t
conn_handle
,
uint16_t
chr_val_handle
)
;
Implemented in
ble_gatts.c:1957
Arguments
Argument
conn_handle
chr_val_handle
Examples
References
from
examples
Code
Location
Referrer
ble_gatts_rx_indicate_ack
(
uint16_t
conn_handle
,
uint16_t
chr_val_handle
)
ble_gatts.c:1958
int
ble_gatts_rx_indicate_ack
(
uint16_t
conn_handle
,
uint16_t
chr_val_handle
)
;
ble_gatt_priv.h:214
rc
=
ble_gatts_rx_indicate_ack
(
proc
->
conn_handle
,
ble_gattc.c:4799
ble_gatts_indicate_err()
rc
=
ble_gatts_rx_indicate_ack
(
proc
->
conn_handle
,
ble_gattc.c:4835
ble_gatts_indicate_rx_rsp()
Call Tree
from
examples
ble_gatts_rx_indicate_ack()
is called by 2 functions and calls 7 functions:
ble_gatts_indicate_err()
ble_gatts_indicate_rx_rsp()
All items filtered out
ble_gatts_rx_indicate_ack()
ble_store_write_cccd()
ble_hs_conn_find()
ble_hs_misc_peer_addr_type_to_id()
ble_hs_lock()
ble_hs_unlock()
ble_gatts_clt_cfg_find_idx()
ble_gatts_clt_cfg_find()
All items filtered out
Data Use
from
examples
ble_gatts_rx_indicate_ack()
reads 11 variables and writes 6 variables:
ble_gap_sec_state::bonded
ble_store_value_cccd::peer_addr
ble_addr_t::type
ble_gatts_conn::clt_cfgs
ble_gatts_conn::indicate_val_handle
ble_hs_conn::bhc_peer_addr
ble_hs_conn::bhc_gatt_svr
ble_hs_conn::bhc_sec_state
ble_gatts_clt_cfg::flags
ble_gatts_clt_cfg::allowed
ble_gatts_clt_cfgs
All items filtered out
ble_gatts_rx_indicate_ack()
ble_store_value_cccd::peer_addr
ble_store_value_cccd::chr_val_handle
ble_store_value_cccd::flags
ble_store_value_cccd::value_changed
ble_addr_t::type
ble_gatts_conn::indicate_val_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