ESP-IDF
prov_bearer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
prov_bearer
prov_bearer struct
Provisioning bearer API
Syntax
Show:
Summary
Declaration
Definition
from
prov_bearer.h:27
struct
prov_bearer
;
Implemented in
prov_bearer.h:47
Fields
Field
Declared as
Description
prov_bearer::type
bt_mesh_prov_bearer_t
Provisioning bearer type.
prov_bearer::link_accept
int
(
*
)
(
const
struct
prov_bearer_cb
*
cb
,
void
*
cb_data
)
Enable link establishment as a provisionee. Prompts the bearer to make itself visible to provisioners, and start accepting link open messages.
prov_bearer::send
int
(
*
)
(
struct
os_mbuf
*
buf
,
prov_bearer_send_complete_t
cb
,
void
*
cb_data
)
Send a packet on an established link.
prov_bearer::clear_tx
void
(
*
)
(
void
)
Clear any ongoing transmissions, if possible. Bearers that don't support tx clearing must implement this callback and leave it empty.
prov_bearer::link_open
int
(
*
)
(
const
uint8_t
uuid
[
16
]
,
int32_t
timeout
,
const
struct
prov_bearer_cb
*
cb
,
void
*
cb_data
)
Open a new link as a provisioner. Only available in provisioners. Bearers that don't support the provisioner role should leave this as NULL.
prov_bearer::link_close
void
(
*
)
(
enum
prov_bearer_link_status
status
)
Close the current link. Only available in provisioners. Bearers that don't support the provisioner role should leave this as NULL.
Related Functions
Found 4 other functions taking a
prov_bearer
argument:
Function
prov_link_opened()
prov_link_closed()
prov_bearer_error()
prov_recv()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
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
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out