Home
last modified time | relevance | path

Searched refs:bt_mesh_proxy_cli_is_connected (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_cli.h13 bool bt_mesh_proxy_cli_is_connected(uint16_t net_idx);
Dproxy_cli.c394 bool bt_mesh_proxy_cli_is_connected(uint16_t net_idx) in bt_mesh_proxy_cli_is_connected() function
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c2182 WAIT_FOR_COND(bt_mesh_proxy_cli_is_connected(TEST_NET_IDX1), 10); in test_rx_priv_gatt_proxy()