Home
last modified time | relevance | path

Searched refs:proxy_segment_and_send (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.c179 static int proxy_segment_and_send(struct bt_mesh_conn *conn, uint8_t type,
300 err = proxy_segment_and_send(client->conn, BLE_MESH_PROXY_CONFIG, buf); in send_filter_status()
380 return proxy_segment_and_send(conn, BLE_MESH_PROXY_BEACON, &buf); in beacon_send()
1042 static int proxy_segment_and_send(struct bt_mesh_conn *conn, uint8_t type, in proxy_segment_and_send() function
1091 return proxy_segment_and_send(conn, type, msg); in bt_mesh_proxy_server_send()
Dproxy_client.c331 static int proxy_segment_and_send(struct bt_mesh_conn *conn, uint8_t type, in proxy_segment_and_send() function
392 return proxy_segment_and_send(conn, type, msg); in bt_mesh_proxy_client_send()