ESP-IDF
+
0
/1 examples
SourceVu will show references to
ble_gatt_dsc
from the following samples and libraries:
blecent_throughput 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
ble_gatt_dsc
ble_gatt_dsc struct
Represents a GATT descriptor.
Syntax
Show:
Summary
Declaration
from
ble_gatt.h:453
struct
ble_gatt_dsc
{
uint16_t
handle
;
ble_uuid_any_t
uuid
;
}
;
Fields
Field
Declared as
Description
ble_gatt_dsc::handle
uint16_t
The handle of the GATT descriptor.
ble_gatt_dsc::uuid
ble_uuid_any_t
The UUID of the GATT descriptor.
Related Functions
Found 3 other functions taking a
ble_gatt_dsc
argument:
Function
Description
ble_gattc_disc_all_dscs_cb()
$discover all characteristic descriptors * Calls a discover-all-descriptors proc's callback with the specified parameters. If the proc has no callback, this function is a no-op.
peer_dsc_disced()
peer_dsc_add()
Examples
ble_gatt_dsc
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