Searched refs:user_property_ids (Results 1 – 2 of 2) sorted by relevance
316 … struct net_buf_simple *user_property_ids; /* Buffer contains a sequence of N User Property IDs */ member
386 status->user_property_ids = bt_mesh_alloc_buf(buf->len); in generic_status()387 if (!status->user_property_ids) { in generic_status()392 net_buf_simple_add_mem(status->user_property_ids, buf->data, buf->len); in generic_status()588 bt_mesh_free_buf(status->user_property_ids); in generic_status()