ESP-IDF
btgatt_db_element_t::type
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
btgatt_db_element_t::type
btgatt_db_element_t::type field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:65
bt_gatt_db_attribute_type_t
type
;
Examples
References
from
examples
Code
Location
Referrer
bt_gatt_db_attribute_type_t
type
;
bta_gatt_api.h:65
p_attr
->
type
=
type
;
bta_gattc_cache.c:1313
bta_gattc_fill_gatt_db_el()
svc_result
->
is_primary
=
(
db
[
offset
+
i
]
.
type
==
BTGATT_DB_PRIMARY_SERVICE
)
?
true
:
false
;
btc_gattc.c:255
btc_gattc_fill_gatt_db_conversion()
db
[
i
]
.
type
=
get_db
[
i
]
.
type
;
btc_gattc.c:585
btc_ble_gattc_get_db()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btgatt_db_element_t::type
is written by 1 function and is read by 2 functions:
bta_gattc_fill_gatt_db_el()
All items filtered out
btgatt_db_element_t::type
btc_gattc_fill_gatt_db_conversion()
btc_ble_gattc_get_db()
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