ESP-IDF
gattc_prov_info::start_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::start_handle
gattc_prov_info::start_handle field
Syntax
Show:
Summary
Declaration
from
adapter.c:97
uint16_t
start_handle
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
start_handle
;
/* Service attribute start handle */
adapter.c:97
bt_mesh_gattc_info
[
i
]
.
start_handle
=
p_data
->
srvc_res
.
start_handle
;
adapter.c:1397
bt_mesh_bta_gattc_cb()
if
(
bt_mesh_gattc_info
[
i
]
.
start_handle
==
0x00
||
adapter.c:1423
bt_mesh_bta_gattc_cb()
(
bt_mesh_gattc_info
[
i
]
.
start_handle
>
bt_mesh_gattc_info
[
i
]
.
end_handle
)
)
{
adapter.c:1425
bt_mesh_bta_gattc_cb()
bt_mesh_gattc_info
[
i
]
.
start_handle
,
bt_mesh_gattc_info
[
i
]
.
end_handle
,
adapter.c:1440
bt_mesh_bta_gattc_cb()
BTA_GATTC_GetCharByUUID
(
p_data
->
search_cmpl
.
conn_id
,
bt_mesh_gattc_info
[
i
]
.
start_handle
,
adapter.c:1460
bt_mesh_bta_gattc_cb()
bt_mesh_gattc_info
[
i
]
.
start_handle
,
bt_mesh_gattc_info
[
i
]
.
end_handle
,
adapter.c:1506
bt_mesh_bta_gattc_cb()
bt_mesh_gattc_info
[
i
]
.
start_handle
=
0U
;
adapter.c:1833
bt_mesh_gatt_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
gattc_prov_info::start_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::start_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