ESP-IDF
+
0
/7 examples
SourceVu will show references to
esp_gattc_char_elem_t
from the following samples and libraries:
ble_ancs sample
gattc_multi_connect sample
gatt_client sample
gatt_security_client sample
ble50_security_client sample
gattc_gatts_coex sample
throughput_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_char_elem_t
esp_gattc_char_elem_t struct
Represents a GATT characteristic element.
Syntax
Show:
Summary
Declaration
from
esp_gatt_defs.h:665
typedef
struct
{
uint16_t
char_handle
;
esp_gatt_char_prop_t
properties
;
esp_bt_uuid_t
uuid
;
}
esp_gattc_char_elem_t
;
Fields
Field
Declared as
Description
esp_gattc_char_elem_t::char_handle
uint16_t
Characteristic handle.
esp_gattc_char_elem_t::properties
esp_gatt_char_prop_t
Characteristic properties.
esp_gattc_char_elem_t::uuid
esp_bt_uuid_t
Characteristic UUID.
Related Functions
Found 4 other functions taking a
esp_gattc_char_elem_t
argument:
Function
Description
esp_ble_gattc_get_char_by_uuid()
Get the characteristic with the given characteristic UUID in the local GATTC cache
esp_ble_gattc_get_all_char()
Get all characteristics with the given handle range in the local GATTC cache
btc_ble_gattc_get_all_char()
btc_ble_gattc_get_char_by_uuid()
Examples
esp_gattc_char_elem_t
is referenced by 7 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