Searched refs:bt_mesh_model_has_key (Results 1 – 3 of 3) sorted by relevance
35 bool bt_mesh_model_has_key(const struct bt_mesh_model *mod, uint16_t key);
1358 bool bt_mesh_model_has_key(const struct bt_mesh_model *mod, uint16_t key) in bt_mesh_model_has_key() function1489 if (!bt_mesh_model_has_key(model, ctx->app_idx)) { in element_model_recv()1599 if (!bt_mesh_model_has_key(model, ctx->app_idx)) { in bt_mesh_model_send()
159 if (!bt_mesh_app_key_exists(app_idx) || !bt_mesh_model_has_key(model, app_idx)) { in _mod_pub_set()