ESP-IDF
gattc_prov_info::ccc_handle
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
gattc_prov_info::ccc_handle
gattc_prov_info::ccc_handle field
Syntax
Show:
Summary
Declaration
from
adapter.c:101
uint16_t
ccc_handle
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
ccc_handle
;
/* Data Out Characteristic CCC attribute handle */
adapter.c:101
bt_mesh_gattc_info
[
i
]
.
ccc_handle
=
result
[
0
]
.
attribute_handle
;
adapter.c:1529
bt_mesh_bta_gattc_cb()
if
(
bt_mesh_gattc_info
[
i
]
.
ccc_handle
!=
p_data
->
write
.
handle
)
{
adapter.c:1564
bt_mesh_bta_gattc_cb()
bt_mesh_gattc_info
[
i
]
.
ccc_handle
=
0U
;
adapter.c:1837
bt_mesh_gatt_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
gattc_prov_info::ccc_handle
is written by 2 functions and is read by 1 function:
bt_mesh_bta_gattc_cb()
bt_mesh_gatt_deinit()
All items filtered out
gattc_prov_info::ccc_handle
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