ESP-IDF
+
0
/7 examples
SourceVu will show references to
esp_gattc_descr_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_descr_elem_t
esp_gattc_descr_elem_t struct
Represents a GATT descriptor element.
Syntax
Show:
Summary
Declaration
from
esp_gatt_defs.h:672
typedef
struct
{
uint16_t
handle
;
esp_bt_uuid_t
uuid
;
}
esp_gattc_descr_elem_t
;
Fields
Field
Declared as
Description
esp_gattc_descr_elem_t::handle
uint16_t
Descriptor handle.
esp_gattc_descr_elem_t::uuid
esp_bt_uuid_t
Descriptor UUID.
Related Functions
Found 6 other functions taking a
esp_gattc_descr_elem_t
argument:
Function
Description
esp_ble_gattc_get_descr_by_char_handle()
Get the descriptor with the given characteristic handle in the local GATTC cache
esp_ble_gattc_get_all_descr()
Get all descriptors with the given characteristic in the local GATTC cache
btc_ble_gattc_get_all_descr()
btc_ble_gattc_get_descr_by_uuid()
btc_ble_gattc_get_descr_by_char_handle()
esp_ble_gattc_get_descr_by_uuid()
Get the descriptor with the given characteristic UUID in the local GATTC cache
Examples
esp_gattc_descr_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