Searched refs:find_proxy_srv (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | proxy_cli.c | 47 static struct bt_mesh_proxy_server *find_proxy_srv(uint16_t net_idx, in find_proxy_srv() function 165 srv = find_proxy_srv(sub->net_idx, true, true); in proxy_srv_check_and_get() 175 srv = find_proxy_srv(BT_MESH_KEY_UNUSED, false, true); in proxy_srv_check_and_get() 319 srv = find_proxy_srv(net_idx, true, true); in bt_mesh_proxy_connect() 324 srv = find_proxy_srv(BT_MESH_KEY_UNUSED, false, true); in bt_mesh_proxy_connect() 340 srv = find_proxy_srv(net_idx, true, true); in bt_mesh_proxy_disconnect() 396 if (find_proxy_srv(net_idx, true, false)) { in bt_mesh_proxy_cli_is_connected()
|