InPlay API
mesh_evt_prov_auth_data_req_ind_t Struct Reference

Mesh Provisioning Authentication Data Request. More...

#include <in_ble_prf_mesh.h>

Data Fields

uint8_t auth_method
 Authentication method (. More...
 
uint8_t auth_size
 expected authentication maximum data size
 
uint16_t auth_action
 

Detailed Description

Mesh Provisioning Authentication Data Request.

Field Documentation

◆ auth_action

uint16_t auth_action

Authentication Action:

  • M_PROV_AUTH_NO_OOB = Prohibited
  • M_PROV_AUTH_STATIC_OOB = 16 bytes LSB static out of band data required
  • M_PROV_AUTH_OUTPUT_OOB =
    See also
    enum m_prov_out_oob, 1 bit set.
  • M_PROV_AUTH_INPUT_OOB =
    See also
    enum m_prov_in_oob, 1 bit set.

◆ auth_method

uint8_t auth_method

Authentication method (.

See also
enum mesh_prov_auth_method)