ESP-IDF
tBTA_GATTC_CHARACTERISTIC
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_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
Code
Location
Scope
Referrer
typedef
struct
bta_gatt_api.h:705
}
__attribute__
(
(
packed
)
)
tBTA_GATTC_CHARACTERISTIC
;
bta_gatt_api.h:712
tBTA_GATTC_CHARACTERISTIC
tBTA_GATTC_CHARACTERISTIC
*
characteristic
;
/* owning characteristic */
bta_gatt_api.h:718
tBTA_GATTC_DESCRIPTOR
tBTA_GATTC_DESCRIPTOR::characteristic
extern
const
tBTA_GATTC_CHARACTERISTIC
*
BTA_GATTC_GetCharacteristic
(
UINT16
conn_id
,
UINT16
handle
)
;
bta_gatt_api.h:895
BTA_GATTC_GetCharacteristic()
const
tBTA_GATTC_CHARACTERISTIC
*
p_char
=
bta_gattc_get_characteristic_srcb
(
p_srcb
,
p_notify
->
handle
)
;
bta_gattc_act.c:2001
bta_gattc_process_srvc_chg_ind()
tBTA_GATTC_CHARACTERISTIC
*
p_char
=
NULL
;
bta_gattc_act.c:2431
bta_gattc_register_service_change_notify()
const
tBTA_GATTC_CHARACTERISTIC
*
BTA_GATTC_GetCharacteristic
(
UINT16
conn_id
,
UINT16
handle
)
bta_gattc_api.c:331
BTA_GATTC_GetCharacteristic()
tBTA_GATTC_CHARACTERISTIC
*
bta_gattc_get_characteristic_srcb
(
tBTA_GATTC_SERV
*
p_srcb
,
UINT16
handle
)
;
bta_gattc_cache.c:56
bta_gattc_get_characteristic_srcb()
tBTA_GATTC_CHARACTERISTIC
*
p_char
=
ptr
;
bta_gattc_cache.c:199
characteristic_free()
osi_free
(
p_char
)
;
bta_gattc_cache.c:201
characteristic_free()
tBTA_GATTC_CHARACTERISTIC
*
characteristic
=
osi_malloc
(
sizeof
(
tBTA_GATTC_CHARACTERISTIC
)
)
;
bta_gattc_cache.c:328
bta_gattc_add_char_to_cache()
tBTA_GATTC_CHARACTERISTIC
*
char_node
=
list_back
(
service
->
characteristics
)
;
bta_gattc_cache.c:410
bta_gattc_add_attr_to_cache()
tBTA_GATTC_CHARACTERISTIC
*
bta_gattc_get_characteristic_srcb
(
tBTA_GATTC_SERV
*
p_srcb
,
UINT16
handle
)
bta_gattc_cache.c:1188
bta_gattc_get_characteristic_srcb()
tBTA_GATTC_CHARACTERISTIC
*
p_char
=
list_node
(
cn
)
;
bta_gattc_cache.c:1198
bta_gattc_get_characteristic_srcb()
tBTA_GATTC_CHARACTERISTIC
*
bta_gattc_get_characteristic
(
UINT16
conn_id
,
UINT16
handle
)
bta_gattc_cache.c:1207
bta_gattc_get_characteristic()
tBTA_GATTC_CHARACTERISTIC
*
p_char
=
list_node
(
cn
)
;
bta_gattc_cache.c:1229
bta_gattc_get_descriptor_srcb()
tBTA_GATTC_CHARACTERISTIC
*
p_char
=
list_node
(
cn
)
;
bta_gattc_cache.c:1417
bta_gattc_get_db_with_opration()
tBTA_GATTC_CHARACTERISTIC
*
p_char
=
list_node
(
cn
)
;
bta_gattc_cache.c:1558
bta_gattc_get_db_size_with_type()
tBTA_GATTC_CHARACTERISTIC
*
p_char
=
list_node
(
cn
)
;
bta_gattc_cache.c:1593
bta_gattc_get_db_size_with_type()
tBTA_GATTC_CHARACTERISTIC
*
p_char
=
list_node
(
cn
)
;
bta_gattc_cache.c:1650
bta_gattc_get_db_size()
tBTA_GATTC_CHARACTERISTIC
*
char_db
=
bta_gattc_get_characteristic
(
conn_id
,
char_handle
)
;
bta_gattc_cache.c:1734
bta_gattc_get_db_size_with_type_handle()
tBTA_GATTC_CHARACTERISTIC
*
p_char
=
list_node
(
cn
)
;
bta_gattc_cache.c:1811
bta_gattc_get_gatt_db_impl()
tBTA_GATTC_CHARACTERISTIC
*
p_char
=
list_node
(
cn
)
;
bta_gattc_cache.c:2072
bta_gattc_cache_save()
tBTA_GATTC_CHARACTERISTIC
*
bta_gattc_get_characteristic_srcb
(
tBTA_GATTC_SERV
*
p_srcb
,
UINT16
handle
)
;
bta_gattc_int.h:546
bta_gattc_get_characteristic_srcb()
extern
tBTA_GATTC_CHARACTERISTIC
*
bta_gattc_get_characteristic
(
UINT16
conn_id
,
UINT16
handle
)
;
bta_gattc_int.h:547
bta_gattc_get_characteristic()
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
tBTA_GATTC_DESCRIPTOR::characteristic
tBTA_GATTC_DESCRIPTOR
bta_gatt_api.h:718
return
BTA_GATTC_GetCharacteristic()
bta_gatt_api.h:895
return
BTA_GATTC_GetCharacteristic()
bta_gattc_api.c:331
return
bta_gattc_get_characteristic_srcb()
bta_gattc_int.h:546
return
bta_gattc_get_characteristic()
bta_gattc_int.h:547
return
bta_gattc_get_characteristic_srcb()
bta_gattc_cache.c:56
return
bta_gattc_get_characteristic_srcb()
bta_gattc_cache.c:1188
return
bta_gattc_get_characteristic()
bta_gattc_cache.c:1207
Lifecycle
from
examples
tBTA_GATTC_CHARACTERISTIC
is freed by 1 symbol:
All items filtered out
tBTA_GATTC_CHARACTERISTIC
characteristic_free()
All items filtered out