Bluetooth: Mesh: Add proxy test API

Adds internal proxy API to enhance testabillity of
the proxy implementation.

Signed-off-by: Anders Storrø <anders.storro@nordicsemi.no>
This commit is contained in:
Anders Storrø 2023-10-11 16:19:57 +02:00 committed by Carles Cufí
commit 6f2ebb963a
4 changed files with 25 additions and 0 deletions

View file

@ -9,3 +9,5 @@ void bt_mesh_proxy_cli_adv_recv(const struct bt_le_scan_recv_info *info,
struct net_buf_simple *buf);
bool bt_mesh_proxy_cli_relay(struct net_buf *buf);
bool bt_mesh_proxy_cli_is_connected(uint16_t net_idx);