ESP-IDF
prov_bearer::send
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
prov_bearer::send
prov_bearer::send field
Send a packet on an established link.
Syntax
Show:
Summary
Declaration
from
prov_bearer.h:72
int
(
*
send
)
(
struct
os_mbuf
*
buf
,
prov_bearer_send_complete_t
cb
,
void
*
cb_data
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
int
(
*
send
)
(
struct
os_mbuf
*
buf
,
prov_bearer_send_complete_t
cb
,
prov_bearer.h:72
const
struct
prov_bearer
pb_adv
=
{
pb_adv.c:911
pb_adv
prov_send_adv()
.
send
=
prov_send_adv
,
pb_adv.c:916
const
struct
prov_bearer
pb_gatt
=
{
pb_gatt.c:168
pb_gatt
buf_send()
.
send
=
buf_send
,
pb_gatt.c:171
return
bt_mesh_prov_link
.
bearer
->
send
(
buf
,
cb
,
NULL
)
;
prov.h:146
bt_mesh_prov_send()
Call Tree
from
examples
prov_bearer::send
is called by 1 function:
bt_mesh_prov_send()
All items filtered out
prov_bearer::send
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::send
implements 2 functionss:
prov_send_adv()
buf_send()
All items filtered out
prov_bearer::send
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out