Searched defs:bt_mesh_prov (Results 1 – 2 of 2) sorted by relevance
115 struct bt_mesh_prov { struct127 bt_mesh_prov_oob_info_t oob_info; argument134 * Must be used together with @ref bt_mesh_prov::private_key_be. argument142 * Must be used together with @ref bt_mesh_prov::public_key_be. argument144 const uint8_t *private_key_be;147 const uint8_t *static_val;149 uint8_t static_val_len;152 uint8_t output_size;154 uint16_t output_actions;157 uint8_t input_size;[all …]
32 const struct bt_mesh_prov *bt_mesh_prov; variable