ESP-IDF
ble_gatts_send_next_indicate()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_gatts_send_next_indicate()
ble_gatts_send_next_indicate() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_gatt_priv.h:215
int
ble_gatts_send_next_indicate
(
uint16_t
conn_handle
)
;
Implemented in
ble_gatts.c:1902
Arguments
Argument
conn_handle
Examples
References
from
examples
Code
Location
Referrer
ble_gatts_send_next_indicate
(
uint16_t
conn_handle
)
ble_gatts.c:1903
int
ble_gatts_send_next_indicate
(
uint16_t
conn_handle
)
;
ble_gatt_priv.h:215
ble_gatts_send_next_indicate
(
proc
->
conn_handle
)
;
ble_gattc.c:4811
ble_gatts_indicate_err()
ble_gatts_send_next_indicate
(
proc
->
conn_handle
)
;
ble_gattc.c:4846
ble_gatts_indicate_rx_rsp()
Call Tree
from
examples
ble_gatts_send_next_indicate()
is called by 2 functions and calls 4 functions:
ble_gatts_indicate_err()
ble_gatts_indicate_rx_rsp()
All items filtered out
ble_gatts_send_next_indicate()
ble_gatts_indicate()
ble_hs_conn_find()
ble_hs_lock()
ble_hs_unlock()
All items filtered out
Data Use
from
examples
ble_gatts_send_next_indicate()
reads 6 variables and writes 1 variable:
ble_gatts_conn::clt_cfgs
ble_gatts_conn::num_clt_cfgs
ble_hs_conn::bhc_gatt_svr
ble_gatts_clt_cfg::chr_val_handle
ble_gatts_clt_cfg::flags
ble_gatts_clt_cfg::next
All items filtered out
ble_gatts_send_next_indicate()
ble_gatts_clt_cfg::flags
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