ESP-IDF
prov_link::cb
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
prov_link::cb
prov_link::cb field
Syntax
Show:
Summary
Declaration
from
pb_gatt.c:28
const
struct
prov_bearer_cb
*
cb
;
Examples
References
from
examples
Code
Location
Referrer
const
struct
prov_bearer_cb
*
cb
;
pb_gatt.c:28
const
struct
prov_bearer_cb
*
cb
=
link
.
cb
;
pb_gatt.c:53
link_closed()
if
(
link
.
conn_handle
!=
conn_handle
||
!
link
.
cb
)
{
pb_gatt.c:78
bt_mesh_pb_gatt_recv()
link
.
cb
->
recv
(
&
pb_gatt
,
link
.
cb_data
,
buf
)
;
pb_gatt.c:90
bt_mesh_pb_gatt_recv()
link
.
cb
->
link_opened
(
&
pb_gatt
,
link
.
cb_data
)
;
pb_gatt.c:106
bt_mesh_pb_gatt_open()
link
.
cb
->
link_closed
(
&
pb_gatt
,
link
.
cb_data
,
pb_gatt.c:120
bt_mesh_pb_gatt_close()
link
.
cb
=
cb
;
pb_gatt.c:133
link_accept()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
prov_link::cb
is written by 1 function and is read by 4 functions:
link_accept()
All items filtered out
prov_link::cb
link_closed()
bt_mesh_pb_gatt_recv()
bt_mesh_pb_gatt_open()
bt_mesh_pb_gatt_close()
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