ESP-IDF
btc_ble_mesh_prov_args_t::set_oob_pub_key
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::set_oob_pub_key
btc_ble_mesh_prov_args_t::set_oob_pub_key field
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_prov.h:109
struct
ble_mesh_set_oob_pub_key_args
{
uint8_t
pub_key_x
[
32
]
;
uint8_t
pub_key_y
[
32
]
;
uint8_t
private_key
[
32
]
;
}
set_oob_pub_key
;
Examples
References
from
examples
Code
Location
Referrer
}
set_oob_pub_key
;
btc_ble_mesh_prov.h:113
bt_mesh_set_oob_pub_key
(
arg
->
set_oob_pub_key
.
pub_key_x
,
btc_ble_mesh_prov.c:2338
btc_ble_mesh_prov_call_handler()
arg
->
set_oob_pub_key
.
pub_key_y
,
btc_ble_mesh_prov.c:2339
btc_ble_mesh_prov_call_handler()
arg
->
set_oob_pub_key
.
private_key
)
;
btc_ble_mesh_prov.c:2340
btc_ble_mesh_prov_call_handler()
memcpy
(
arg
.
set_oob_pub_key
.
pub_key_x
,
pub_key_x
,
32
)
;
esp_ble_mesh_provisioning_api.c:101
esp_ble_mesh_node_set_oob_pub_key()
memcpy
(
arg
.
set_oob_pub_key
.
pub_key_y
,
pub_key_y
,
32
)
;
esp_ble_mesh_provisioning_api.c:102
esp_ble_mesh_node_set_oob_pub_key()
memcpy
(
arg
.
set_oob_pub_key
.
private_key
,
private_key
,
32
)
;
esp_ble_mesh_provisioning_api.c:103
esp_ble_mesh_node_set_oob_pub_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_mesh_prov_args_t::set_oob_pub_key
is read by 2 functions:
All items filtered out
btc_ble_mesh_prov_args_t::set_oob_pub_key
esp_ble_mesh_node_set_oob_pub_key()
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