Home
last modified time | relevance | path

Searched defs:prov_link (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprov.c109 struct prov_link { struct
112 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 …]
Dprovisioner_prov.c126 struct prov_link { struct
128 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 …]