ESP-IDF
link_accept()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
link_accept()
link_accept() function
Syntax
Show:
Summary
Declaration
from
pb_gatt.c:128
static
int
link_accept
(
const
struct
prov_bearer_cb
*
cb
,
void
*
cb_data
)
;
Arguments
Argument
cb
cb_data
Related Functions
Found 2 other functions taking a
prov_bearer_cb
argument:
Function
prov_link_open()
prov_link_accept()
Examples
References
from
examples
Code
Location
static
int
link_accept
(
const
struct
prov_bearer_cb
*
cb
,
void
*
cb_data
)
pb_gatt.c:128
.
link_accept
=
link_accept
,
pb_gatt.c:170
Call Tree
from
examples
link_accept()
calls 2 functions:
All items filtered out
link_accept()
bt_mesh_adv_update()
bt_mesh_pb_gatt_enable()
All items filtered out
Data Use
from
examples
link_accept()
reads 1 variable and writes 2 variables:
link
All items filtered out
link_accept()
prov_link::cb
prov_link::cb_data
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
link_accept()
is implemented by 1 functions:
All items filtered out
link_accept()
prov_bearer::link_accept
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out