ESP-IDF
bt_mesh_prov::private_key_be
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_prov::private_key_be
bt_mesh_prov::private_key_be field
Pointer to Private Key in big-endian for OOB public key type support. Remember to enable @option{CONFIG_BT_MESH_PROV_OOB_PUBLIC_KEY} when initializing this parameter. Must be used together with
bt_mesh_prov
::public_key_be.
Syntax
Show:
Summary
Declaration
from
main.h:119
const
uint8_t
*
private_key_be
;
Examples
References
from
examples
Code
Location
Referrer
const
uint8_t
*
private_key_be
;
main.h:119
if
(
!
bt_mesh_prov
->
public_key_be
||
!
bt_mesh_prov
->
private_key_be
)
{
prov_device.c:345
prov_pub_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov::private_key_be
is read by 1 function:
All items filtered out
bt_mesh_prov::private_key_be
prov_pub_key()
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