Bluetooth: Mesh: Remove deprecated health API

Deprecated Health client and server API has been deprecated for two
releases: 3.2.0 and 3.3.0.

Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
This commit is contained in:
Pavel Vasilyev 2023-03-21 16:21:41 +01:00 committed by Carles Cufí
commit 08f4a82038
4 changed files with 0 additions and 332 deletions

View file

@ -384,11 +384,6 @@ static int health_pub_update(struct bt_mesh_model *mod)
return 0;
}
int bt_mesh_fault_update(struct bt_mesh_elem *elem)
{
return bt_mesh_health_srv_fault_update(elem);
}
int bt_mesh_health_srv_fault_update(struct bt_mesh_elem *elem)
{
struct bt_mesh_model *mod;