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:
parent
5551b4cfad
commit
6f2ebb963a
4 changed files with 25 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue