Bluetooth: Mesh: Add description for bt_mesh_comp_p1_elem struct
Add missing description for bt_mesh_comp_p1_elem struct. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
This commit is contained in:
parent
1c2abbd7f1
commit
313efff191
1 changed files with 1 additions and 0 deletions
|
@ -1690,6 +1690,7 @@ uint16_t bt_mesh_comp_p0_elem_mod(struct bt_mesh_comp_p0_elem *elem, int idx);
|
|||
*/
|
||||
struct bt_mesh_mod_id_vnd bt_mesh_comp_p0_elem_mod_vnd(struct bt_mesh_comp_p0_elem *elem, int idx);
|
||||
|
||||
/** Composition data page 1 element representation */
|
||||
struct bt_mesh_comp_p1_elem {
|
||||
/** The number of SIG models in this element */
|
||||
size_t nsig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue