Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Daccess.h32 uint16_t *bt_mesh_model_find_group(struct bt_mesh_model *mod, uint16_t addr);
Dlocal_operation.c60 if (bt_mesh_model_find_group(model, group_addr)) { in bt_mesh_model_subscribe_group_addr()
103 match = bt_mesh_model_find_group(model, group_addr); in bt_mesh_model_unsubscribe_group_addr()
Daccess.c468 uint16_t *bt_mesh_model_find_group(struct bt_mesh_model *mod, uint16_t addr) in bt_mesh_model_find_group() function
491 match = bt_mesh_model_find_group(model, group_addr); in bt_mesh_elem_find_group()
500 match = bt_mesh_model_find_group(model, group_addr); in bt_mesh_elem_find_group()
556 return !!bt_mesh_model_find_group(model, dst); in model_has_dst()
Dcfg_srv.c1463 if (bt_mesh_model_find_group(mod, sub_addr)) { in mod_sub_add()
1561 match = bt_mesh_model_find_group(mod, sub_addr); in mod_sub_del()
1868 if (bt_mesh_model_find_group(mod, sub_addr)) { in mod_sub_va_add()
1953 match = bt_mesh_model_find_group(mod, sub_addr); in mod_sub_va_del()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1100 return bt_mesh_model_find_group((struct bt_mesh_model *)mod, addr); in btc_ble_mesh_model_find_group()