Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions subsys/bluetooth/mesh/gatt_services.c
Original file line number Diff line number Diff line change
Expand Up @@ -833,8 +833,8 @@ bool bt_mesh_proxy_relay(struct net_buf *buf, uint16_t dst)
}

if (client->filter_type == PROV) {
BT_ERR("Invalid PDU type for Proxy Client");
return -EINVAL;
BT_WARN("Invalid PDU type for Proxy Client");
continue;
}

/* Proxy PDU sending modifies the original buffer,
Expand Down