ESP-IDF
ble_gatts_clt_cfg_find_idx()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gatts_clt_cfg_find_idx()
ble_gatts_clt_cfg_find_idx() function
Syntax
Show:
Summary
Declaration
from
ble_gatts.c:801
static
int
ble_gatts_clt_cfg_find_idx
(
struct
ble_gatts_clt_cfg
*
cfgs
,
uint16_t
chr_val_handle
)
;
Arguments
Argument
cfgs
chr_val_handle
Related Functions
Found 3 other functions taking a
ble_gatts_clt_cfg
argument:
Function
Description
ble_gatts_clt_cfg_find()
ble_gatts_clt_cfg_free()
ble_gatts_schedule_update()
Schedules a notification or indication for the specified peer-CCCD pair. If the update should be sent immediately, it is indicated in the return code.
Examples
References
from
examples
Code
Location
Referrer
ble_gatts_clt_cfg_find_idx
(
struct
ble_gatts_clt_cfg
*
cfgs
,
ble_gatts.c:802
idx
=
ble_gatts_clt_cfg_find_idx
(
cfgs
,
chr_val_handle
)
;
ble_gatts.c:824
ble_gatts_clt_cfg_find()
clt_cfg_idx
=
ble_gatts_clt_cfg_find_idx
(
ble_gatts_clt_cfgs
,
ble_gatts.c:1979
ble_gatts_rx_indicate_ack()
clt_cfg_idx
=
ble_gatts_clt_cfg_find_idx
(
ble_gatts_clt_cfgs
,
ble_gatts.c:2081
ble_gatts_chr_updated()
clt_cfg_idx
=
ble_gatts_clt_cfg_find_idx
(
ble_gatts_clt_cfgs
,
ble_gatts.c:2309
ble_gatts_tx_notifications_one_chr()
Call Tree
from
examples
ble_gatts_clt_cfg_find_idx()
is called by 4 functions:
ble_gatts_clt_cfg_find()
ble_gatts_rx_indicate_ack()
ble_gatts_chr_updated()
ble_gatts_tx_notifications_one_chr()
All items filtered out
ble_gatts_clt_cfg_find_idx()
All items filtered out
Data Use
from
examples
ble_gatts_clt_cfg_find_idx()
reads 2 variables:
ble_gatts_clt_cfg::chr_val_handle
ble_gatts_num_cfgable_chrs
All items filtered out
ble_gatts_clt_cfg_find_idx()
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