Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_client.h69 int bt_mesh_proxy_client_send(struct bt_mesh_conn *conn, uint8_t type,
Dproxy_client.c377 int bt_mesh_proxy_client_send(struct bt_mesh_conn *conn, uint8_t type, in bt_mesh_proxy_client_send() function
765 err = bt_mesh_proxy_client_send(server->conn, BLE_MESH_PROXY_NET_PDU, &msg); in bt_mesh_proxy_client_relay()
784 return bt_mesh_proxy_client_send(conn, BLE_MESH_PROXY_BEACON, &buf); in beacon_send()
926 err = bt_mesh_proxy_client_send(conn, BLE_MESH_PROXY_CONFIG, buf); in send_proxy_cfg()
Dprovisioner_prov.c1622 err = bt_mesh_proxy_client_send(link[idx].conn, BLE_MESH_PROXY_PROV, msg);