Searched refs:client_property_ids (Results 1 – 2 of 2) sorted by relevance
349 …struct net_buf_simple *client_property_ids; /* Buffer contains a sequence of N Client Property IDs… member
509 status->client_property_ids = bt_mesh_alloc_buf(buf->len); in generic_status()510 if (!status->client_property_ids) { in generic_status()515 net_buf_simple_add_mem(status->client_property_ids, buf->data, buf->len); in generic_status()624 bt_mesh_free_buf(status->client_property_ids); in generic_status()