ESP-IDF
prov_bearer_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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
Code
Location
Scope
Referrer
struct
prov_bearer_cb
{
prov_bearer.h:30
const
struct
prov_bearer_cb
*
cb
;
pb_adv.c:80
pb_adv
pb_adv::cb
const
struct
prov_bearer_cb
*
cb
=
link
.
cb
;
pb_adv.c:235
close_link()
const
struct
prov_bearer_cb
*
cb
,
void
*
cb_data
)
pb_adv.c:828
prov_link_open()
prov_link_open()::cb
static
int
prov_link_accept
(
const
struct
prov_bearer_cb
*
cb
,
void
*
cb_data
)
pb_adv.c:857
prov_link_accept()
prov_link_accept()::cb
const
struct
prov_bearer_cb
*
cb
;
pb_gatt.c:28
prov_link
prov_link::cb
const
struct
prov_bearer_cb
*
cb
=
link
.
cb
;
pb_gatt.c:53
link_closed()
static
int
link_accept
(
const
struct
prov_bearer_cb
*
cb
,
void
*
cb_data
)
pb_gatt.c:128
link_accept()
link_accept()::cb
static
const
struct
prov_bearer_cb
prov_bearer_cb
=
{
prov.c:404
const
struct
prov_bearer_cb
*
bt_mesh_prov_bearer_cb_get
(
void
)
prov.c:411
bt_mesh_prov_bearer_cb_get()
const
struct
prov_bearer_cb
*
bt_mesh_prov_bearer_cb_get
(
void
)
;
prov.h:172
bt_mesh_prov_bearer_cb_get()
int
(
*
link_accept
)
(
const
struct
prov_bearer_cb
*
cb
,
void
*
cb_data
)
;
prov_bearer.h:61
const
struct
prov_bearer_cb
*
cb
,
void
*
cb_data
)
;
prov_bearer.h:97
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
Instance
Scope
Location
Project
return
bt_mesh_prov_bearer_cb_get()
prov.h:172
prov_bearer_cb
prov.c:404
return
bt_mesh_prov_bearer_cb_get()
prov.c:411
pb_adv::cb
pb_adv
pb_adv.c:80
prov_link_open()::cb
prov_link_open()
pb_adv.c:828
prov_link_accept()::cb
prov_link_accept()
pb_adv.c:857
prov_link::cb
prov_link
pb_gatt.c:28
link_accept()::cb
link_accept()
pb_gatt.c:128
Lifecycle
from
examples
All items filtered out
All items filtered out