ESP-IDF
prov_bearer_cb::recv
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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_bearer_cb::recv
prov_bearer_cb::recv field
Syntax
Show:
Summary
Declaration
from
prov_bearer.h:40
void
(
*
recv
)
(
const
struct
prov_bearer
*
bearer
,
void
*
cb_data
,
struct
os_mbuf
*
buf
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
void
(
*
recv
)
(
const
struct
prov_bearer
*
bearer
,
void
*
cb_data
,
prov_bearer.h:40
link
.
cb
->
recv
(
&
pb_adv
,
link
.
cb_data
,
link
.
rx
.
buf
)
;
pb_adv.c:293
prov_msg_recv()
link
.
cb
->
recv
(
&
pb_gatt
,
link
.
cb_data
,
buf
)
;
pb_gatt.c:90
bt_mesh_pb_gatt_recv()
static
const
struct
prov_bearer_cb
prov_bearer_cb
=
{
prov.c:404
prov_bearer_cb
prov_recv()
.
recv
=
prov_recv
,
prov.c:408
Call Tree
from
examples
prov_bearer_cb::recv
is called by 2 functions:
prov_msg_recv()
bt_mesh_pb_gatt_recv()
All items filtered out
prov_bearer_cb::recv
All items filtered out
Data Use
from
examples
All items filtered out
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
prov_bearer_cb::recv
implements 1 functions:
prov_recv()
All items filtered out
prov_bearer_cb::recv
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out