ESP-IDF
notify_unprov_dev_info()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
notify_unprov_dev_info()
notify_unprov_dev_info() function
Syntax
Show:
Summary
Declaration
from
prov_pvnr.c:2955
static
bool
notify_unprov_dev_info
(
bt_mesh_prov_bearer_t
bearer
,
const
uint8_t
uuid
[
16
]
,
const
bt_mesh_addr_t
*
addr
,
uint16_t
oob_info
,
int8_t
rssi
)
;
Arguments
Argument
bearer
uuid
addr
oob_info
rssi
Examples
References
from
examples
Code
Location
Referrer
static
bool
notify_unprov_dev_info
(
bt_mesh_prov_bearer_t
bearer
,
const
uint8_t
uuid
[
16
]
,
prov_pvnr.c:2955
if
(
notify_unprov_dev_info
(
BLE_MESH_PROV_ADV
,
uuid
,
addr
,
oob_info
,
rssi
)
)
{
prov_pvnr.c:3025
bt_mesh_provisioner_unprov_beacon_recv()
if
(
notify_unprov_dev_info
(
BLE_MESH_PROV_GATT
,
uuid
,
addr
,
oob_info
,
rssi
)
)
{
prov_pvnr.c:3059
bt_mesh_provisioner_prov_adv_recv()
Call Tree
from
examples
notify_unprov_dev_info()
is called by 2 functions and calls 4 functions:
bt_mesh_provisioner_unprov_beacon_recv()
bt_mesh_provisioner_prov_adv_recv()
All items filtered out
notify_unprov_dev_info()
esp_log_timestamp()
esp_log_write()
notify_unprov_adv_pkt_cb
bt_mesh_prov_svc_adv_filter()
All items filtered out
Data Use
from
examples
notify_unprov_dev_info()
reads 11 variables:
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_DEBUG
bt_mesh_addr_t::type
bt_mesh_addr_t::val
bt_mesh_prov_bearer_t::BLE_MESH_PROV_ADV
notify_unprov_adv_pkt_cb
bt_mesh_prov_ctx::prov_after_match
prov_ctx
unprov_dev_queue::uuid
unprov_dev_queue::bearer
unprov_dev
All items filtered out
notify_unprov_dev_info()
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