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/ |
D | local_operation.c | 60 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()
|
D | access.h | 32 uint16_t *bt_mesh_model_find_group(struct bt_mesh_model *mod, uint16_t addr);
|
D | access.c | 468 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()
|
D | cfg_srv.c | 1441 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/ |
D | btc_ble_mesh_prov.c | 1075 return bt_mesh_model_find_group((struct bt_mesh_model *)mod, addr); in btc_ble_mesh_model_find_group()
|