Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy.h31 uint8_t bt_mesh_proxy_srv_connected_cnt(void);
Dproxy_srv.c1235 uint8_t bt_mesh_proxy_srv_connected_cnt(void) in bt_mesh_proxy_srv_connected_cnt() function
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c2151 WAIT_FOR_COND(bt_mesh_proxy_srv_connected_cnt() == 1, 10); in test_tx_priv_gatt_proxy()