ESP-IDF
char_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
char_handle
char_handle variable
Syntax
Show:
Summary
Declaration
from
adapter.c:78
static
uint16_t
svc_handle
,
char_handle
;
Examples
References
from
examples
Code
Location
Referrer
static
uint16_t
svc_handle
,
char_handle
;
adapter.c:78
char_handle
=
p_data
->
add_result
.
attr_id
;
adapter.c:638
bt_mesh_bta_gatts_cb()
char_handle
=
p_data
->
add_result
.
attr_id
;
adapter.c:644
bt_mesh_bta_gatts_cb()
svc
->
attrs
[
i
]
.
handle
=
char_handle
-
1
;
adapter.c:1010
bt_mesh_gatts_service_register()
svc
->
attrs
[
i
+
1
]
.
handle
=
char_handle
;
adapter.c:1011
bt_mesh_gatts_service_register()
BLE_MESH_UUID_16
(
gatts_chrc
->
uuid
)
->
val
,
char_handle
,
svc
->
attrs
[
i
+
1
]
.
perm
,
gatts_chrc
->
properties
)
;
adapter.c:1013
bt_mesh_gatts_service_register()
svc
->
attrs
[
i
]
.
handle
=
char_handle
;
adapter.c:1034
bt_mesh_gatts_service_register()
BLE_MESH_UUID_16
(
svc
->
attrs
[
i
]
.
uuid
)
->
val
,
svc
->
attrs
[
i
]
.
perm
,
char_handle
)
;
adapter.c:1036
bt_mesh_gatts_service_register()
char_handle
=
0U
;
adapter.c:1819
bt_mesh_gatt_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
char_handle
is written by 2 functions and is read by 1 function:
bt_mesh_bta_gatts_cb()
bt_mesh_gatt_deinit()
All items filtered out
char_handle
bt_mesh_gatts_service_register()
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