Searched refs:admin_property_ids (Results 1 – 2 of 2) sorted by relevance
327 …struct net_buf_simple *admin_property_ids; /* Buffer contains a sequence of N Admin Property IDs */ member
427 status->admin_property_ids = bt_mesh_alloc_buf(buf->len); in generic_status()428 if (!status->admin_property_ids) { in generic_status()433 net_buf_simple_add_mem(status->admin_property_ids, buf->data, buf->len); in generic_status()600 bt_mesh_free_buf(status->admin_property_ids); in generic_status()