Searched refs:sig_offset (Results  1 – 1 of 1) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | access.c | 461 			     uint8_t *max_offset, uint8_t sig_offset)  in count_mod_ext()  argument 468 		if (IS_MOD_EXTENSION(mod, i, sig_offset) &&  in count_mod_ext() 485 static bool is_cor_present(const struct bt_mesh_model *mod, uint8_t *cor_id, uint8_t sig_offset)  in is_cor_present()  argument 491 		if ((IS_MOD_BASE(mod, i, sig_offset) ||  in is_cor_present() 492 		     IS_MOD_EXTENSION(mod, i, sig_offset)) &&  in is_cor_present() 505 				   size_t *offset, uint8_t sig_offset)  in prep_model_item_header()  argument 512 	ext_mod_cnt = count_mod_ext(mod, &max_offset, sig_offset);  in prep_model_item_header() 513 	cor_present = is_cor_present(mod, cor_id, sig_offset);  in prep_model_item_header() 533 			      uint8_t ext_mod_cnt, size_t *offset, uint8_t sig_offset)  in add_items_to_page()  argument 539 		if (IS_MOD_EXTENSION(mod, i, sig_offset) &&  in add_items_to_page() [all …] 
 |