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/ |
D | proxy_client.h | 69 int bt_mesh_proxy_client_send(struct bt_mesh_conn *conn, uint8_t type,
|
D | proxy_client.c | 377 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()
|
D | provisioner_prov.c | 1622 err = bt_mesh_proxy_client_send(link[idx].conn, BLE_MESH_PROXY_PROV, msg);
|