Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.h46 int bt_mesh_proxy_server_send(struct bt_mesh_conn *conn, uint8_t type,
Dproxy_server.c1017 bt_mesh_proxy_server_send(client->conn, BLE_MESH_PROXY_NET_PDU, &msg); in bt_mesh_proxy_server_relay()
1079 int bt_mesh_proxy_server_send(struct bt_mesh_conn *conn, uint8_t type, in bt_mesh_proxy_server_send() function
Dprov.c533 err = bt_mesh_proxy_server_send(link.conn, BLE_MESH_PROXY_PROV, msg); in prov_send_gatt()