ESP-IDF
btgatt_db_element_t::properties
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
btgatt_db_element_t::properties
btgatt_db_element_t::properties field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:70
UINT8
properties
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
properties
;
bta_gatt_api.h:70
if
(
!
(
result
[
0
]
.
properties
&
BLE_MESH_GATT_CHRC_WRITE_WITHOUT_RESP
)
)
{
adapter.c:1475
bt_mesh_bta_gattc_cb()
if
(
!
(
result
[
0
]
.
properties
&
BLE_MESH_GATT_CHRC_NOTIFY
)
)
{
adapter.c:1482
bt_mesh_bta_gattc_cb()
p_attr
->
properties
=
prop
;
bta_gattc_cache.c:1318
bta_gattc_fill_gatt_db_el()
char_result
->
properties
=
db
[
offset
+
i
]
.
properties
;
btc_gattc.c:268
btc_gattc_fill_gatt_db_conversion()
db
[
i
]
.
properties
=
get_db
[
i
]
.
properties
;
btc_gattc.c:589
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::properties
is written by 1 function and is read by 3 functions:
bta_gattc_fill_gatt_db_el()
All items filtered out
btgatt_db_element_t::properties
btc_gattc_fill_gatt_db_conversion()
btc_ble_gattc_get_db()
bt_mesh_bta_gattc_cb()
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