Home
last modified time | relevance | path

Searched refs:bt_mesh_proxy_disconnect (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dproxy.h98 int bt_mesh_proxy_disconnect(uint16_t net_idx);
/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_cli.c334 int bt_mesh_proxy_disconnect(uint16_t net_idx) in bt_mesh_proxy_disconnect() function
382 (void)bt_mesh_proxy_disconnect(sub->net_idx); in subnet_evt()
Dmain.c454 bt_mesh_proxy_disconnect(BT_MESH_KEY_ANY); in bt_mesh_suspend()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c368 err = bt_mesh_proxy_disconnect(net_idx); in cmd_proxy_disconnect()