blob: bbbea5973ca1fc0530c12bb6b815592fca02cfb5 [file] [log] [blame]
/*
* Copyright (c) 2017 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
void pong_ball_received(s8_t x_pos, s8_t y_pos, s8_t x_vel, s8_t y_vel);
void pong_conn_ready(bool initiator);
void pong_remote_disconnected(void);
void pong_remote_lost(void);
void ble_send_ball(s8_t x_pos, s8_t y_pos, s8_t x_vel, s8_t y_vel);
void ble_send_lost(void);
void ble_connect(void);
void ble_cancel_connect(void);
void ble_init(void);