ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_now_set_pmk()
from the following samples and libraries:
espnow sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_now_set_pmk()
esp_now_set_pmk() function
Set the primary master key @attention 1. primary master key is used to encrypt local master key
Syntax
Show:
Summary
Declaration
from
esp_now.h:354
esp_err_t
esp_now_set_pmk
(
const
uint8_t
*
pmk
)
;
Arguments
Argument
Description
pmk
primary master key
Return value
- ESP_OK : succeed - ESP_ERR_ESPNOW_NOT_INIT : ESPNOW is not initialized - ESP_ERR_ESPNOW_ARG : invalid argument
Examples
esp_now_set_pmk()
is referenced by 1 libraries and example projects:
espnow sample
References
from
0/1
examples
Code
Location
esp_err_t
esp_now_set_pmk
(
const
uint8_t
*
pmk
)
;
esp_now.h:354
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out