ESP-IDF
prov_bearer_cb
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_cb
prov_bearer_cb struct
Callbacks from bearer to host
Syntax
Show:
Summary
Declaration
from
prov_bearer.h:30
struct
prov_bearer_cb
{
void
(
*
link_opened
)
(
const
struct
prov_bearer
*
bearer
,
void
*
cb_data
)
;
void
(
*
link_closed
)
(
const
struct
prov_bearer
*
bearer
,
void
*
cb_data
,
enum
prov_bearer_link_status
reason
)
;
void
(
*
error
)
(
const
struct
prov_bearer
*
bearer
,
void
*
cb_data
,
uint8_t
err
)
;
void
(
*
recv
)
(
const
struct
prov_bearer
*
bearer
,
void
*
cb_data
,
struct
os_mbuf
*
buf
)
;
}
;
Fields
Field
Declared as
prov_bearer_cb::recv
void
(
*
)
(
const
struct
prov_bearer
*
bearer
,
void
*
cb_data
,
struct
os_mbuf
*
buf
)
prov_bearer_cb::link_opened
void
(
*
)
(
const
struct
prov_bearer
*
bearer
,
void
*
cb_data
)
prov_bearer_cb::link_closed
void
(
*
)
(
const
struct
prov_bearer
*
bearer
,
void
*
cb_data
,
enum
prov_bearer_link_status
reason
)
prov_bearer_cb::error
void
(
*
)
(
const
struct
prov_bearer
*
bearer
,
void
*
cb_data
,
uint8_t
err
)
Related Functions
Found 3 other functions taking a
prov_bearer_cb
argument:
Function
prov_link_open()
prov_link_accept()
link_accept()
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