ESP-IDF
svc_handles
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
svc_handles
svc_handles variable
Syntax
Show:
Summary
Declaration
Definition
from
pb_gatt_srv.h:23
extern
struct
svc_handles
{
uint16_t
proxy_h
;
uint16_t
proxy_data_out_h
;
uint16_t
prov_h
;
uint16_t
prov_data_in_h
;
uint16_t
prov_data_out_h
;
}
svc_handles
;
Implemented in
pb_gatt_srv.c:78
Examples
References
from
examples
Code
Location
Referrer
struct
svc_handles
svc_handles
;
pb_gatt_srv.c:78
}
svc_handles
;
pb_gatt_srv.h:29
if
(
svc_handles
.
prov_data_out_h
)
{
pb_gatt_srv.c:254
resolve_svc_handles()
&
svc_handles
.
proxy_h
)
;
pb_gatt_srv.c:264
resolve_svc_handles()
NULL
,
&
svc_handles
.
proxy_data_out_h
)
;
pb_gatt_srv.c:269
resolve_svc_handles()
&
svc_handles
.
prov_h
)
;
pb_gatt_srv.c:273
resolve_svc_handles()
NULL
,
&
svc_handles
.
prov_data_in_h
)
;
pb_gatt_srv.c:278
resolve_svc_handles()
NULL
,
&
svc_handles
.
prov_data_out_h
)
;
pb_gatt_srv.c:283
resolve_svc_handles()
ble_svc_gatt_changed
(
svc_handles
.
prov_h
,
0xffff
)
;
pb_gatt_srv.c:319
bt_mesh_pb_gatt_enable()
ble_svc_gatt_changed
(
svc_handles
.
prov_h
,
0xffff
)
;
pb_gatt_srv.c:342
bt_mesh_pb_gatt_disable()
err
=
ble_gatts_notify_custom
(
conn_handle
,
svc_handles
.
prov_data_out_h
,
om
)
;
pb_gatt_srv.c:406
gatt_send()
ble_svc_gatt_changed
(
svc_handles
.
proxy_h
,
0xffff
)
;
proxy_srv.c:672
bt_mesh_proxy_gatt_enable()
ble_svc_gatt_changed
(
svc_handles
.
proxy_h
,
0xffff
)
;
proxy_srv.c:721
bt_mesh_proxy_gatt_disable()
err
=
ble_gatts_notify_custom
(
conn_handle
,
svc_handles
.
proxy_data_out_h
,
om
)
;
proxy_srv.c:905
proxy_send()
if
(
event
->
subscribe
.
attr_handle
==
svc_handles
.
proxy_data_out_h
)
{
proxy_srv.c:975
ble_mesh_proxy_gap_event()
svc_handles
.
prov_data_out_h
)
{
proxy_srv.c:980
ble_mesh_proxy_gap_event()
ble_gatts_svc_set_visibility
(
svc_handles
.
proxy_h
,
0
)
;
proxy_srv.c:1009
bt_mesh_proxy_init()
ble_gatts_svc_set_visibility
(
svc_handles
.
prov_h
,
0
)
;
proxy_srv.c:1010
bt_mesh_proxy_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
svc_handles
is read by 9 functions:
All items filtered out
svc_handles
resolve_svc_handles()
bt_mesh_pb_gatt_enable()
bt_mesh_pb_gatt_disable()
gatt_send()
bt_mesh_proxy_gatt_enable()
bt_mesh_proxy_gatt_disable()
proxy_send()
ble_mesh_proxy_gap_event()
bt_mesh_proxy_init()
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