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/ |
D | access.h | 32 uint16_t *bt_mesh_model_find_group(struct bt_mesh_model *mod, uint16_t addr);
|
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.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 | 1463 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/ |
D | btc_ble_mesh_prov.c | 1100 return bt_mesh_model_find_group((struct bt_mesh_model *)mod, addr); in btc_ble_mesh_model_find_group()
|