ESP-IDF
tBTA_GATTC_DESCRIPTOR
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
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_DESCRIPTOR
tBTA_GATTC_DESCRIPTOR struct
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:714
typedef
struct
{
tBT_UUID
uuid
;
UINT16
handle
;
tBTA_GATTC_CHARACTERISTIC
*
characteristic
;
}
__attribute__
(
(
packed
)
)
tBTA_GATTC_DESCRIPTOR
;
Fields
Field
Declared as
tBTA_GATTC_DESCRIPTOR::uuid
tBT_UUID
tBTA_GATTC_DESCRIPTOR::handle
UINT16
tBTA_GATTC_DESCRIPTOR::characteristic
tBTA_GATTC_CHARACTERISTIC
*
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
bta_gatt_api.h:714
}
__attribute__
(
(
packed
)
)
tBTA_GATTC_DESCRIPTOR
;
bta_gatt_api.h:719
tBTA_GATTC_DESCRIPTOR
extern
const
tBTA_GATTC_DESCRIPTOR
*
BTA_GATTC_GetDescriptor
(
UINT16
conn_id
,
UINT16
handle
)
;
bta_gatt_api.h:909
BTA_GATTC_GetDescriptor()
tBTA_GATTC_DESCRIPTOR
*
p_desc
=
NULL
;
bta_gattc_act.c:2432
bta_gattc_register_service_change_notify()
const
tBTA_GATTC_DESCRIPTOR
*
BTA_GATTC_GetDescriptor
(
UINT16
conn_id
,
UINT16
handle
)
bta_gattc_api.c:348
BTA_GATTC_GetDescriptor()
tBTA_GATTC_DESCRIPTOR
*
bta_gattc_get_descriptor_srcb
(
tBTA_GATTC_SERV
*
p_srcb
,
UINT16
handle
)
;
bta_gattc_cache.c:55
bta_gattc_get_descriptor_srcb()
tBTA_GATTC_DESCRIPTOR
*
descriptor
=
bta_gattc_cache.c:393
bta_gattc_add_attr_to_cache()
osi_malloc
(
sizeof
(
tBTA_GATTC_DESCRIPTOR
)
)
;
bta_gattc_cache.c:394
bta_gattc_add_attr_to_cache()
osi_free
(
descriptor
)
;
bta_gattc_cache.c:406
bta_gattc_add_attr_to_cache()
tBTA_GATTC_DESCRIPTOR
*
bta_gattc_get_descriptor_srcb
(
tBTA_GATTC_SERV
*
p_srcb
,
UINT16
handle
)
bta_gattc_cache.c:1219
bta_gattc_get_descriptor_srcb()
tBTA_GATTC_DESCRIPTOR
*
p_desc
=
list_node
(
dn
)
;
bta_gattc_cache.c:1232
bta_gattc_get_descriptor_srcb()
tBTA_GATTC_DESCRIPTOR
*
bta_gattc_get_descriptor
(
UINT16
conn_id
,
UINT16
handle
)
bta_gattc_cache.c:1242
bta_gattc_get_descriptor()
tBTA_GATTC_DESCRIPTOR
*
p_desc
=
list_node
(
dn
)
;
bta_gattc_cache.c:1461
bta_gattc_get_db_with_opration()
tBTA_GATTC_DESCRIPTOR
*
p_desc
=
list_node
(
dn
)
;
bta_gattc_cache.c:1576
bta_gattc_get_db_size_with_type()
tBTA_GATTC_DESCRIPTOR
*
p_desc
=
list_node
(
dn
)
;
bta_gattc_cache.c:1663
bta_gattc_get_db_size()
tBTA_GATTC_DESCRIPTOR
*
p_desc
=
list_node
(
dn
)
;
bta_gattc_cache.c:1838
bta_gattc_get_gatt_db_impl()
tBTA_GATTC_DESCRIPTOR
*
p_desc
=
list_node
(
dn
)
;
bta_gattc_cache.c:2090
bta_gattc_cache_save()
extern
tBTA_GATTC_DESCRIPTOR
*
bta_gattc_get_descriptor
(
UINT16
conn_id
,
UINT16
handle
)
;
bta_gattc_int.h:548
bta_gattc_get_descriptor()
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
Instance
Scope
Location
Project
return
BTA_GATTC_GetDescriptor()
bta_gatt_api.h:909
return
BTA_GATTC_GetDescriptor()
bta_gattc_api.c:348
return
bta_gattc_get_descriptor()
bta_gattc_int.h:548
return
bta_gattc_get_descriptor_srcb()
bta_gattc_cache.c:55
return
bta_gattc_get_descriptor_srcb()
bta_gattc_cache.c:1219
return
bta_gattc_get_descriptor()
bta_gattc_cache.c:1242
Lifecycle
from
examples
tBTA_GATTC_DESCRIPTOR
is freed by 1 symbol:
All items filtered out
tBTA_GATTC_DESCRIPTOR
bta_gattc_add_attr_to_cache()
All items filtered out