Home
last modified time | relevance | path

Searched refs:data_buf_add_le16_offset (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.c163 static void data_buf_add_le16_offset(struct net_buf_simple *buf, in data_buf_add_le16_offset() function
195 data_buf_add_le16_offset(arg->buf, mod->vnd.company, arg->offset); in comp_add_model()
196 data_buf_add_le16_offset(arg->buf, mod->vnd.id, arg->offset); in comp_add_model()
198 data_buf_add_le16_offset(arg->buf, mod->id, arg->offset); in comp_add_model()
290 data_buf_add_le16_offset(buf, entry->len, offset); in metadata_add_model()
291 data_buf_add_le16_offset(buf, entry->id, offset); in metadata_add_model()
398 data_buf_add_le16_offset(buf, elem->loc, offset); in comp_add_elem()
442 data_buf_add_le16_offset(buf, comp->cid, &offset); in bt_mesh_comp_data_get_page_0()
443 data_buf_add_le16_offset(buf, comp->pid, &offset); in bt_mesh_comp_data_get_page_0()
444 data_buf_add_le16_offset(buf, comp->vid, &offset); in bt_mesh_comp_data_get_page_0()
[all …]