ESP-IDF
bt_mesh_pub_key_get()
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
bt_mesh_pub_key_get()
bt_mesh_pub_key_get() function
Syntax
Show:
Summary
Declaration
Definition
from
adapter.h:790
const
uint8_t
*
bt_mesh_pub_key_get
(
void
)
;
Implemented in
adapter.c:1862
Examples
References
from
examples
Code
Location
Referrer
const
uint8_t
*
bt_mesh_pub_key_get
(
void
)
adapter.c:1862
const
uint8_t
*
bt_mesh_pub_key_get
(
void
)
;
adapter.h:790
key
=
bt_mesh_pub_key_get
(
)
;
prov_node.c:634
send_pub_key()
key
=
bt_mesh_pub_key_get
(
)
;
prov_node.c:1536
bt_mesh_prov_init()
key
=
bt_mesh_pub_key_get
(
)
;
prov_pvnr.c:1814
send_pub_key()
key
=
bt_mesh_pub_key_get
(
)
;
prov_pvnr.c:2776
bt_mesh_provisioner_prov_init()
Call Tree
from
examples
bt_mesh_pub_key_get()
is called by 3 functions and calls 6 functions:
send_pub_key()
bt_mesh_prov_init()
bt_mesh_provisioner_prov_init()
All items filtered out
bt_mesh_pub_key_get()
esp_log_timestamp()
esp_log_write()
bt_mesh_atomic_set_bit()
bt_mesh_atomic_test_bit()
bt_hex()
ECC_PointMult_Bin_NAF()
All items filtered out
Data Use
from
examples
bt_mesh_pub_key_get()
reads 10 variables:
esp_log_level_t::ESP_LOG_DEBUG
Point::x
Point::y
elliptic_curve_t::G
curve_p256
bt_mesh_dev
bt_mesh_public_key
bt_mesh_private_key
::BLE_MESH_DEV_HAS_PUB_KEY
bt_mesh_dev::flags
All items filtered out
bt_mesh_pub_key_get()
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