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:
parent
2e53128d52
commit
08f4a82038
4 changed files with 0 additions and 332 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue