Searched refs:data_buf_add_u8_offset (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | access.c | 152 static uint8_t *data_buf_add_u8_offset(struct net_buf_simple *buf, in data_buf_add_u8_offset() function 286 count_ptr = data_buf_add_u8_offset(buf, 0, offset); in metadata_add_model() 326 mod_count_ptr = data_buf_add_u8_offset(buf, 0, &offset); in bt_mesh_metadata_get_page_0() 327 vnd_count_ptr = data_buf_add_u8_offset(buf, 0, &offset); in bt_mesh_metadata_get_page_0() 400 data_buf_add_u8_offset(buf, elem->model_count, offset); in comp_add_elem() 401 data_buf_add_u8_offset(buf, elem->vnd_model_count, offset); in comp_add_elem() 524 data_buf_add_u8_offset(buf, mod_elem_info, offset); in prep_model_item_header() 527 data_buf_add_u8_offset(buf, *cor_id, offset); in prep_model_item_header() 552 data_buf_add_u8_offset(buf, elem_offset, offset); in add_items_to_page() 558 data_buf_add_u8_offset(buf, elem_offset, offset); in add_items_to_page() [all …]
|