ESP-IDF
ble_gatts_get_cfgable_chrs()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gatts_get_cfgable_chrs()
ble_gatts_get_cfgable_chrs() function
Returns the current number of configured characteristics
Syntax
Show:
Summary
Declaration
Definition
from
ble_gatt.h:1470
int
ble_gatts_get_cfgable_chrs
(
void
)
;
Implemented in
ble_gatts.c:3235
Examples
References
from
examples
Code
Location
Referrer
ble_gatts_get_cfgable_chrs
(
void
)
ble_gatts.c:3236
int
ble_gatts_get_cfgable_chrs
(
void
)
;
ble_gatt.h:1470
if
(
ble_gatts_get_cfgable_chrs
(
)
)
{
ble_gap.c:9341
ble_gap_host_check_status()
Call Tree
from
examples
ble_gatts_get_cfgable_chrs()
is called by 1 function:
ble_gap_host_check_status()
All items filtered out
ble_gatts_get_cfgable_chrs()
All items filtered out
Data Use
from
examples
ble_gatts_get_cfgable_chrs()
reads 1 variable:
ble_gatts_num_cfgable_chrs
All items filtered out
ble_gatts_get_cfgable_chrs()
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