ESP-IDF
btc_ble_mesh_prov_args_t::provisioner_prov_dev_with_addr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_ble_mesh_prov_args_t::provisioner_prov_dev_with_addr
btc_ble_mesh_prov_args_t::provisioner_prov_dev_with_addr field
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_prov.h:161
struct
ble_mesh_provisioner_prov_dev_with_addr_args
{
uint8_t
uuid
[
16
]
;
esp_ble_mesh_bd_addr_t
addr
;
esp_ble_mesh_addr_type_t
addr_type
;
esp_ble_mesh_prov_bearer_t
bearer
;
uint16_t
oob_info
;
uint16_t
unicast_addr
;
}
provisioner_prov_dev_with_addr
;
Examples
References
from
examples
Code
Location
Referrer
}
provisioner_prov_dev_with_addr
;
btc_ble_mesh_prov.h:168
bt_mesh_provisioner_prov_device_with_addr
(
arg
->
provisioner_prov_dev_with_addr
.
uuid
,
btc_ble_mesh_prov.c:2457
btc_ble_mesh_prov_call_handler()
arg
->
provisioner_prov_dev_with_addr
.
addr
,
arg
->
provisioner_prov_dev_with_addr
.
addr_type
,
btc_ble_mesh_prov.c:2458
btc_ble_mesh_prov_call_handler()
arg
->
provisioner_prov_dev_with_addr
.
bearer
,
arg
->
provisioner_prov_dev_with_addr
.
oob_info
,
btc_ble_mesh_prov.c:2459
btc_ble_mesh_prov_call_handler()
arg
->
provisioner_prov_dev_with_addr
.
unicast_addr
)
;
btc_ble_mesh_prov.c:2460
btc_ble_mesh_prov_call_handler()
memcpy
(
arg
.
provisioner_prov_dev_with_addr
.
uuid
,
uuid
,
16
)
;
esp_ble_mesh_provisioning_api.c:335
esp_ble_mesh_provisioner_prov_device_with_addr()
memcpy
(
arg
.
provisioner_prov_dev_with_addr
.
addr
,
addr
,
BD_ADDR_LEN
)
;
esp_ble_mesh_provisioning_api.c:337
esp_ble_mesh_provisioner_prov_device_with_addr()
arg
.
provisioner_prov_dev_with_addr
.
addr_type
=
addr_type
;
esp_ble_mesh_provisioning_api.c:338
esp_ble_mesh_provisioner_prov_device_with_addr()
arg
.
provisioner_prov_dev_with_addr
.
bearer
=
bearer
;
esp_ble_mesh_provisioning_api.c:340
esp_ble_mesh_provisioner_prov_device_with_addr()
arg
.
provisioner_prov_dev_with_addr
.
oob_info
=
oob_info
;
esp_ble_mesh_provisioning_api.c:341
esp_ble_mesh_provisioner_prov_device_with_addr()
arg
.
provisioner_prov_dev_with_addr
.
unicast_addr
=
unicast_addr
;
esp_ble_mesh_provisioning_api.c:342
esp_ble_mesh_provisioner_prov_device_with_addr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_mesh_prov_args_t::provisioner_prov_dev_with_addr
is read by 2 functions:
All items filtered out
btc_ble_mesh_prov_args_t::provisioner_prov_dev_with_addr
esp_ble_mesh_provisioner_prov_device_with_addr()
btc_ble_mesh_prov_call_handler()
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