esp_ble_mesh_get_fast_prov_app_key() function
This function is called to get fast provisioning application key.
Syntax
const uint8_t *esp_ble_mesh_get_fast_prov_app_key(uint16_t net_idx,
uint16_t app_idx);
Arguments
net_idx
Network key index.
app_idx
Application key index.
Return value
Application key on success, or NULL on failure.