Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_core/
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.h32 uint16_t *bt_mesh_model_find_group(struct bt_mesh_model *mod, uint16_t 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.c1441 if (bt_mesh_model_find_group(mod, sub_addr)) { in mod_sub_add()
1536 match = bt_mesh_model_find_group(mod, sub_addr); in mod_sub_del()
1843 if (bt_mesh_model_find_group(mod, sub_addr)) { in mod_sub_va_add()
1925 match = bt_mesh_model_find_group(mod, sub_addr); in mod_sub_va_del()
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1075 return bt_mesh_model_find_group((struct bt_mesh_model *)mod, addr); in btc_ble_mesh_model_find_group()