ESP-IDF
bt_mesh_pb_adv_open()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_pb_adv_open()
bt_mesh_pb_adv_open() function
Syntax
Show:
Summary
Declaration
Definition
from
provisioner.h:9
int
bt_mesh_pb_adv_open
(
const
uint8_t
uuid
[
16
]
,
uint16_t
net_idx
,
uint16_t
addr
,
uint8_t
attention_duration
)
;
Implemented in
provisioner.c:726
Arguments
Argument
uuid
net_idx
addr
attention_duration
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_pb_adv_open
(
const
uint8_t
uuid
[
16
]
,
uint16_t
net_idx
,
uint16_t
addr
,
provisioner.c:726
int
bt_mesh_pb_adv_open
(
const
uint8_t
uuid
[
16
]
,
uint16_t
net_idx
,
uint16_t
addr
,
provisioner.h:9
return
bt_mesh_pb_adv_open
(
uuid
,
net_idx
,
addr
,
mesh.c:139
bt_mesh_provision_adv()
Call Tree
from
examples
bt_mesh_pb_adv_open()
is called by 1 function and calls 5 functions:
bt_mesh_provision_adv()
All items filtered out
bt_mesh_pb_adv_open()
atomic_test_and_set_bit()
atomic_clear_bit()
atomic_set_bit()
prov_bearer::link_open
bt_mesh_prov_bearer_cb_get()
All items filtered out
Data Use
from
examples
bt_mesh_pb_adv_open()
reads 7 variables and writes 5 variables:
::LINK_ACTIVE
::PROVISIONER
bt_mesh_prov_link::flags
bt_mesh_prov_link::bearer
bt_mesh_prov_link
::uuid
prov_device
All items filtered out
bt_mesh_pb_adv_open()
bt_mesh_prov_link::bearer
bt_mesh_prov_link::role
::addr
::net_idx
::attention_duration
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