ESP-IDF
tBTA_GATTC_CHARACTERISTIC
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_GATTC_CHARACTERISTIC
tBTA_GATTC_CHARACTERISTIC struct
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:705
typedef
struct
{
tBT_UUID
uuid
;
UINT16
handle
;
tBTA_GATT_CHAR_PROP
properties
;
tBTA_GATTC_SERVICE
*
service
;
list_t
*
descriptors
;
}
__attribute__
(
(
packed
)
)
tBTA_GATTC_CHARACTERISTIC
;
Fields
Field
Declared as
tBTA_GATTC_CHARACTERISTIC::uuid
tBT_UUID
tBTA_GATTC_CHARACTERISTIC::handle
UINT16
tBTA_GATTC_CHARACTERISTIC::properties
tBTA_GATT_CHAR_PROP
tBTA_GATTC_CHARACTERISTIC::service
tBTA_GATTC_SERVICE
*
tBTA_GATTC_CHARACTERISTIC::descriptors
list_t
*
Examples
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