ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_gattc_db_elem_t
from the following samples and libraries:
ble_spp_client 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_gattc_db_elem_t
esp_gattc_db_elem_t struct
GATT database attribute element.
Syntax
Show:
Summary
Declaration
from
esp_gatt_defs.h:647
typedef
struct
{
esp_gatt_db_attr_type_t
type
;
uint16_t
attribute_handle
;
uint16_t
start_handle
;
uint16_t
end_handle
;
esp_gatt_char_prop_t
properties
;
esp_bt_uuid_t
uuid
;
}
esp_gattc_db_elem_t
;
Fields
Field
Declared as
Description
esp_gattc_db_elem_t::type
esp_gatt_db_attr_type_t
Attribute type.
esp_gattc_db_elem_t::attribute_handle
uint16_t
Attribute handle.
esp_gattc_db_elem_t::start_handle
uint16_t
Service start handle.
esp_gattc_db_elem_t::end_handle
uint16_t
Service end handle.
esp_gattc_db_elem_t::properties
esp_gatt_char_prop_t
Characteristic properties.
esp_gattc_db_elem_t::uuid
esp_bt_uuid_t
Attribute UUID.
Related Functions
Found 2 other functions taking a
esp_gattc_db_elem_t
argument:
Function
Description
esp_ble_gattc_get_db()
Get the GATT database elements
btc_ble_gattc_get_db()
Examples
esp_gattc_db_elem_t
is referenced by 1 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