ESP-IDF
esp_ble_gatts_add_char_desc_param_check()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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
esp_ble_gatts_add_char_desc_param_check()
esp_ble_gatts_add_char_desc_param_check() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_gatts_api.c:22
static
esp_err_t
esp_ble_gatts_add_char_desc_param_check
(
esp_attr_value_t
*
char_val
,
esp_attr_control_t
*
control
)
;
Implemented in
esp_gatts_api.c:406
Arguments
Argument
char_val
control
Related Functions
Found 2 other functions taking a
esp_attr_value_t
argument:
Function
Description
esp_ble_gatts_add_char()
Add a characteristic into a service.
esp_ble_gatts_add_char_descr()
Add a characteristic descriptor
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
esp_ble_gatts_add_char_desc_param_check
(
esp_attr_value_t
*
char_val
,
esp_attr_control_t
*
control
)
esp_gatts_api.c:406
static
esp_err_t
esp_ble_gatts_add_char_desc_param_check
(
esp_attr_value_t
*
char_val
,
esp_attr_control_t
*
control
)
;
esp_gatts_api.c:22
status
=
esp_ble_gatts_add_char_desc_param_check
(
char_val
,
control
)
;
esp_gatts_api.c:147
esp_ble_gatts_add_char()
status
=
esp_ble_gatts_add_char_desc_param_check
(
char_descr_val
,
control
)
;
esp_gatts_api.c:187
esp_ble_gatts_add_char_descr()
Call Tree
from
examples
esp_ble_gatts_add_char_desc_param_check()
is called by 2 functions and calls 2 functions:
esp_ble_gatts_add_char()
esp_ble_gatts_add_char_descr()
All items filtered out
esp_ble_gatts_add_char_desc_param_check()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
esp_ble_gatts_add_char_desc_param_check()
reads 3 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_attr_control_t::auto_rsp
esp_attr_value_t::attr_max_len
All items filtered out
esp_ble_gatts_add_char_desc_param_check()
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