ESP-IDF
btc_ble_mesh_prov_args_t::local_mod_app_bind
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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::local_mod_app_bind
btc_ble_mesh_prov_args_t::local_mod_app_bind field
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_prov.h:202
struct
ble_mesh_provisioner_bind_local_mod_app_args
{
uint16_t
elem_addr
;
uint16_t
model_id
;
uint16_t
cid
;
uint16_t
app_idx
;
}
local_mod_app_bind
;
Examples
References
from
examples
Code
Location
Referrer
}
local_mod_app_bind
;
btc_ble_mesh_prov.h:207
param
.
provisioner_bind_app_key_to_model_comp
.
element_addr
=
arg
->
local_mod_app_bind
.
elem_addr
;
btc_ble_mesh_prov.c:2538
btc_ble_mesh_prov_call_handler()
param
.
provisioner_bind_app_key_to_model_comp
.
app_idx
=
arg
->
local_mod_app_bind
.
app_idx
;
btc_ble_mesh_prov.c:2539
btc_ble_mesh_prov_call_handler()
param
.
provisioner_bind_app_key_to_model_comp
.
company_id
=
arg
->
local_mod_app_bind
.
cid
;
btc_ble_mesh_prov.c:2540
btc_ble_mesh_prov_call_handler()
param
.
provisioner_bind_app_key_to_model_comp
.
model_id
=
arg
->
local_mod_app_bind
.
model_id
;
btc_ble_mesh_prov.c:2541
btc_ble_mesh_prov_call_handler()
bt_mesh_provisioner_bind_local_model_app_idx
(
arg
->
local_mod_app_bind
.
elem_addr
,
btc_ble_mesh_prov.c:2543
btc_ble_mesh_prov_call_handler()
arg
->
local_mod_app_bind
.
model_id
,
btc_ble_mesh_prov.c:2544
btc_ble_mesh_prov_call_handler()
arg
->
local_mod_app_bind
.
cid
,
btc_ble_mesh_prov.c:2545
btc_ble_mesh_prov_call_handler()
arg
->
local_mod_app_bind
.
app_idx
)
;
btc_ble_mesh_prov.c:2546
btc_ble_mesh_prov_call_handler()
arg
.
local_mod_app_bind
.
elem_addr
=
element_addr
;
esp_ble_mesh_networking_api.c:469
esp_ble_mesh_provisioner_bind_app_key_to_local_model()
arg
.
local_mod_app_bind
.
app_idx
=
app_idx
;
esp_ble_mesh_networking_api.c:470
esp_ble_mesh_provisioner_bind_app_key_to_local_model()
arg
.
local_mod_app_bind
.
model_id
=
model_id
;
esp_ble_mesh_networking_api.c:471
esp_ble_mesh_provisioner_bind_app_key_to_local_model()
arg
.
local_mod_app_bind
.
cid
=
company_id
;
esp_ble_mesh_networking_api.c:472
esp_ble_mesh_provisioner_bind_app_key_to_local_model()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_mesh_prov_args_t::local_mod_app_bind
is read by 2 functions:
All items filtered out
btc_ble_mesh_prov_args_t::local_mod_app_bind
esp_ble_mesh_provisioner_bind_app_key_to_local_model()
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