Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/
Dmain.h115 struct bt_mesh_prov { struct
127 bt_mesh_prov_oob_info_t oob_info; argument
134 * Must be used together with @ref bt_mesh_prov::private_key_be. argument
142 * Must be used together with @ref bt_mesh_prov::public_key_be. argument
144 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 …]
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dprov.c32 const struct bt_mesh_prov *bt_mesh_prov; variable