Searched defs:prov_link (Results 1 – 2 of 2) sorted by relevance
109 struct prov_link { struct112 struct bt_mesh_conn *conn; /* GATT connection */114 uint8_t dhkey[32]; /* Calculated DHKey */115 uint8_t expect; /* Next expected PDU */117 bool oob_pk_flag; /* Flag indicates whether using OOB public key */119 uint8_t oob_method;120 uint8_t oob_action;121 uint8_t oob_size;123 uint8_t conf[16]; /* Remote Confirmation */124 uint8_t rand[16]; /* Local Random */[all …]
126 struct prov_link { struct128 uint8_t uuid[16]; /* check if device is being provisioned*/129 uint16_t oob_info; /* oob info of this device */130 uint8_t element_num; /* element num of device */131 uint8_t ki_flags; /* Key refresh flag and iv update flag */132 uint32_t iv_index; /* IV Index */133 uint8_t auth_method; /* Choosen authentication method */134 uint8_t auth_action; /* Choosen authentication action */135 uint8_t auth_size; /* Choosen authentication size */136 uint16_t assign_addr; /* Application assigned address for the device */[all …]