ESP-IDF
gattc_prov_info::wr_desc_done
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gattc_prov_info::wr_desc_done
gattc_prov_info::wr_desc_done field
Syntax
Show:
Summary
Declaration
from
adapter.c:96
bool
wr_desc_done
;
Examples
References
from
examples
Code
Location
Referrer
bool
wr_desc_done
;
/* Indicate if write char descriptor event is received */
adapter.c:96
bt_mesh_gattc_info
[
i
]
.
wr_desc_done
=
true
;
adapter.c:1578
bt_mesh_bta_gattc_cb()
bt_mesh_gattc_info
[
i
]
.
wr_desc_done
=
true
;
adapter.c:1588
bt_mesh_bta_gattc_cb()
if
(
bt_mesh_gattc_info
[
i
]
.
wr_desc_done
==
false
)
{
adapter.c:1601
bt_mesh_bta_gattc_cb()
if
(
!
bt_mesh_gattc_info
[
i
]
.
wr_desc_done
)
{
adapter.c:1709
bt_mesh_bta_gattc_cb()
bt_mesh_gattc_info
[
i
]
.
wr_desc_done
=
false
;
adapter.c:1740
bt_mesh_bta_gattc_cb()
bt_mesh_gattc_info
[
i
]
.
wr_desc_done
=
false
;
adapter.c:1803
bt_mesh_gatt_init()
bt_mesh_gattc_info
[
i
]
.
wr_desc_done
=
false
;
adapter.c:1832
bt_mesh_gatt_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
gattc_prov_info::wr_desc_done
is written by 3 functions and is read by 1 function:
bt_mesh_bta_gattc_cb()
bt_mesh_gatt_init()
bt_mesh_gatt_deinit()
All items filtered out
gattc_prov_info::wr_desc_done
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