ESP-IDF
+
0
/5 examples
SourceVu will show references to
esp_attr_value_t
from the following samples and libraries:
Bluedroid_GATT_Server sample
gatt_server sample
a2dp_gatts_coex sample
gattc_gatts_coex sample
throughput_server sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_attr_value_t
esp_attr_value_t struct
set the attribute value type
Syntax
Show:
Summary
Declaration
from
esp_gatt_defs.h:561
typedef
struct
{
uint16_t
attr_max_len
;
uint16_t
attr_len
;
uint8_t
*
attr_value
;
}
esp_attr_value_t
;
Fields
Field
Declared as
Description
esp_attr_value_t::attr_max_len
uint16_t
attribute max value length.
esp_attr_value_t::attr_len
uint16_t
attribute current value length.
esp_attr_value_t::attr_value
uint8_t
*
the pointer to attribute value.
Related Functions
Found 3 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
esp_ble_gatts_add_char_desc_param_check()
Examples
esp_attr_value_t
is referenced by 5 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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