Searched refs:mod_app_get (Results 1 – 2 of 2) sorted by relevance
| /hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
| D | cfg_cli.c | 1178 static int mod_app_get(bt_mesh_client_common_param_t *param, uint32_t op, in mod_app_get() function 1196 return mod_app_get(param, OP_SIG_MOD_APP_GET, elem_addr, mod_id, BLE_MESH_CID_NVAL); in bt_mesh_cfg_mod_app_get() 1206 return mod_app_get(param, OP_VND_MOD_APP_GET, elem_addr, mod_id, cid); in bt_mesh_cfg_mod_app_get_vnd()
|
| D | cfg_srv.c | 2654 static void mod_app_get(struct bt_mesh_model *model, in mod_app_get() function 3319 { OP_SIG_MOD_APP_GET, 4, mod_app_get }, 3320 { OP_VND_MOD_APP_GET, 6, mod_app_get },
|